Delegate CancelEvent
Callback for tab page events that may be cancelled, supplying CancelArgs
whose Cancel flag the handler can set to stop the action.
Assembly: Reportman.Drawing.Forms.dll
public delegate void CancelEvent(object sender, CancelArgs args)
Parameters
| Type |
Name |
Description |
| object |
sender |
Callback for tab page events that may be cancelled, supplying whose Cancel flag the handler can set to stop the action. |
| CancelArgs |
args |
Callback for tab page events that may be cancelled, supplying whose Cancel flag the handler can set to stop the action. |
Constructors
View Source
Declaration
public CancelEvent(object @object, nint method)
Parameters
Methods
View Source
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CancelArgs args, AsyncCallback callback, object @object)
Parameters
Returns
View Source
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Declaration
public virtual void Invoke(object sender, CancelArgs args)
Parameters