Class MouseDownEventArgs
Provides data for MouseDownEvent of the diagram.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.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 MouseButtonEventArgs MouseEventArgs { get; }
Property Value
Type |
---|
System.Windows.Input.MouseButtonEventArgs |