OnHandleDestroyed Method (DesignerMain)
In This Topic
Syntax
'Declaration
Protected Overridable Sub OnHandleDestroyed( _
ByVal As EventArgs _
)
'Usage
Dim instance As DesignerMain
Dim e As EventArgs
instance.OnHandleDestroyed(e)
protected virtual void OnHandleDestroyed(
EventArgs
)
Parameters
- e
See Also