Class DockStateChangingEventHandler
Event arguments for DockStateChanging event
Inheritance
System.Object
DockStateChangingEventHandler
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public sealed class DockStateChangingEventHandler : MulticastDelegate
Constructors
DockStateChangingEventHandler(Object, IntPtr)
Declaration
public DockStateChangingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, DockStateChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DockStateChangingEventArgs args, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, DockStateChangingEventArgs)
Declaration
public virtual void Invoke(object sender, DockStateChangingEventArgs args)
Parameters
Extension Methods