Visual Basic (Declaration) | |
---|---|
<BrowsableAttribute(False)> <SRCategoryAttribute("Private")> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRDescriptionAttribute("Occurs when the control's native handle is created.")> Public Event HandleCreated As EventHandler |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CredentialsDialog Dim handler As EventHandler AddHandler instance.HandleCreated, handler |
C# | |
---|---|
[Browsable(false)] [SRCategory("Private")] [EditorBrowsable(EditorBrowsableState.Advanced)] [SRDescription("Occurs when the control's native handle is created.")] public event EventHandler HandleCreated |
C++/CLI | |
---|---|
[Browsable(false)] [SRCategory("Private")] [EditorBrowsable(EditorBrowsableState.Advanced)] [SRDescription("Occurs when the control's native handle is created.")] public: event EventHandler^ HandleCreated |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2