Visual Basic (Declaration) | |
---|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRCategoryAttribute("Private")> <BrowsableAttribute(False)> <SRDescriptionAttribute("Occurs when the control's native handle is created.")> Public Event HandleCreated As EventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DControl Dim handler As EventHandler AddHandler instance.HandleCreated, handler |
C# | |
---|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [SRCategoryAttribute("Private")] [BrowsableAttribute(false)] [SRDescriptionAttribute("Occurs when the control's native handle is created.")] public event EventHandler HandleCreated |
C++/CLI | |
---|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [SRCategoryAttribute("Private")] [BrowsableAttribute(false)] [SRDescriptionAttribute("Occurs when the control's native handle is created.")] public: event EventHandler^ HandleCreated |