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