Class ItemDoubleTappedEventArgs
Provides data for ItemDoubleTappedEvent of the diagram.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class ItemDoubleTappedEventArgs : DiagramEventArgs
Constructors
ItemDoubleTappedEventArgs(Object)
Initializes a new instance of the ItemDoubleTappedEventArgs class.
Declaration
public ItemDoubleTappedEventArgs(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | Occurs when a mouse button is clicked two or more times. |
Properties
MouseEventArgs
Gets the data for mouse related diagram events.
Declaration
public RoutedEventArgs MouseEventArgs { get; }
Property Value
Type |
---|
System.Windows.RoutedEventArgs |