'Declaration
Public Event ItemClosing As EventHandler(Of CancelMenuItemEventArgs)
public event EventHandler<CancelMenuItemEventArgs> ItemClosing
Event Data
The event handler receives an argument of type CancelMenuItemEventArgs containing data related to this event. The following CancelMenuItemEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
MenuItem | The target MenuItem |
See Also