Delegate BeforeEnterTabEvent
Callback raised before a tab page is entered, allowing a handler to veto the change by setting cancel to true.
Assembly: Reportman.Drawing.Forms.dll
public delegate void BeforeEnterTabEvent(ref bool cancel)
Parameters
| Type |
Name |
Description |
| bool |
cancel |
Callback raised before a tab page is entered, allowing a handler to veto the change by setting cancel to true. |
Constructors
View Source
Declaration
public BeforeEnterTabEvent(object @object, nint method)
Parameters
Methods
View Source
Declaration
public virtual IAsyncResult BeginInvoke(ref bool cancel, AsyncCallback callback, object @object)
Parameters
Returns
View Source
Declaration
public virtual void EndInvoke(ref bool cancel, IAsyncResult result)
Parameters
View Source
Declaration
public virtual void Invoke(ref bool cancel)
Parameters
| Type |
Name |
Description |
| bool |
cancel |
|