Class SfTabControl.CancelingEventHandler
Represents an Event handler for handling TabClosing event.
Inheritance
System.Object
SfTabControl.CancelingEventHandler
Assembly: Syncfusion.SfTabControl.UWP.dll
Syntax
public sealed class CancelingEventHandler : MulticastDelegate
Constructors
CancelingEventHandler(Object, IntPtr)
Declaration
public CancelingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CancelingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CancelingEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
CancelingEventArgs |
args |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, CancelingEventArgs)
Declaration
public virtual void Invoke(object sender, CancelingEventArgs args)
Parameters
Extension Methods