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