Class LayoutUpdatedEventHandler
Inheritance
System.Object
LayoutUpdatedEventHandler
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class LayoutUpdatedEventHandler : MulticastDelegate
Constructors
LayoutUpdatedEventHandler(Object, IntPtr)
Declaration
public LayoutUpdatedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, LayoutUpdatedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, LayoutUpdatedEventArgs args, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
LayoutUpdatedEventArgs |
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, LayoutUpdatedEventArgs)
Declaration
public virtual void Invoke(object sender, LayoutUpdatedEventArgs args)
Parameters