Class SfTabControl.TabClosedEventHandler
Represents an Event handler for handling TabClosed event.
Inheritance
System.Object
SfTabControl.TabClosedEventHandler
Assembly: Syncfusion.SfTabControl.UWP.dll
Syntax
public sealed class TabClosedEventHandler : MulticastDelegate
Constructors
TabClosedEventHandler(Object, IntPtr)
Declaration
public TabClosedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CloseTabEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CloseTabEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
CloseTabEventArgs |
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, CloseTabEventArgs)
Declaration
public virtual void Invoke(object sender, CloseTabEventArgs args)
Parameters
Extension Methods