Delegate BeforeEnterTabEvent
Assembly: Reportman.Drawing.Forms.dll
public delegate void BeforeEnterTabEvent(ref bool cancel)
Parameters
| Type |
Name |
Description |
| bool |
cancel |
|
Constructors
Declaration
public BeforeEnterTabEvent(object @object, nint method)
Parameters
Methods
Declaration
public virtual IAsyncResult BeginInvoke(ref bool cancel, AsyncCallback callback, object @object)
Parameters
Returns
Declaration
public virtual void EndInvoke(ref bool cancel, IAsyncResult result)
Parameters
Declaration
public virtual void Invoke(ref bool cancel)
Parameters
| Type |
Name |
Description |
| bool |
cancel |
|