'Declaration
Public Event TabPageClosing As TabPageCancelEventHandler
public event TabPageCancelEventHandler TabPageClosing
Event Data
The event handler receives an argument of type TabPageCancelEventArgs containing data related to this event. The following TabPageCancelEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
See Also