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