TextInputDialog::OnInitialized Method (EventArgs^)

Visual Studio 2015
 

Handles initialization. In this case everything in the text box is selected after data binding is complete.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual void OnInitialized(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

The event arguments.

Return to top
Show: