'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <SRCategoryAttribute("Private")> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRDescriptionAttribute("Occurs when the control's native handle is destroyed.")> Public Event HandleDestroyed As System.EventHandler
'Usage
Dim instance As EditSourceDialog Dim handler As System.EventHandler AddHandler instance.HandleDestroyed, handler
[System.ComponentModel.Browsable(false)] [SRCategory("Private")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRDescription("Occurs when the control's native handle is destroyed.")] public event System.EventHandler HandleDestroyed