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