Delegate PinPointChangedEventHandler
Delegate declaration for pinpoint changed event.
Assembly: Syncfusion.Diagram.Base.dll
public delegate void PinPointChangedEventHandler(PinPointChangedEventArgs evtArgs);
Parameters
Constructors
Declaration
public PinPointChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(PinPointChangedEventArgs evtArgs, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(PinPointChangedEventArgs evtArgs)
Parameters