In This Topic
Raises the AutoClosed event.
Syntax
'Declaration
Protected Overridable Sub OnAutoClosed( _
ByVal As EventArgs _
)
'Usage
Dim instance As C1Menu
Dim e As EventArgs
instance.OnAutoClosed(e)
protected virtual void OnAutoClosed(
EventArgs
)
protected:
virtual void OnAutoClosed(
EventArgs^
)
Parameters
- e
- Provides data for EventArgs.
See Also