Class MouseDownEventArgs
Provides data for MouseDownEvent of the diagram.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public class MouseDownEventArgs : DiagramEventArgs
Constructors
MouseDownEventArgs(Object)
Initializes a new instance of the MouseDownEventArgs class.
Declaration
public MouseDownEventArgs(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | Represent the object click down in the diagram |
Properties
MouseEventArgs
Gets the data for mouse related diagram events.
Declaration
public RoutedEventArgs MouseEventArgs { get; }
Property Value
Type |
---|
Windows.UI.Xaml.RoutedEventArgs |