Class SfTreeMap.OnPrintingEventHandler
Hanler for the event OnPrinting.
Inheritance
System.Object
SfTreeMap.OnPrintingEventHandler
Assembly: Syncfusion.SfTreeMap.WPF.dll
Syntax
public sealed class OnPrintingEventHandler : MulticastDelegate
Constructors
OnPrintingEventHandler(Object, IntPtr)
Declaration
public OnPrintingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, SfTreeMap.PrintingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, SfTreeMap.PrintingEventArgs 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, SfTreeMap.PrintingEventArgs)
Declaration
public virtual void Invoke(object sender, SfTreeMap.PrintingEventArgs args)
Parameters