[]
Represents the method that will handle a TabPageClosing event.
public delegate void TabPageCancelEventHandler(object sender, TabPageCancelEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
TabPageCancelEventArgs | e | A TabPageCancelEventArgs object that contains the event data. |
Name | Description |
---|---|
TabPageCancelEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, TabPageCancelEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, TabPageCancelEventArgs) |