Class MouseDownEventArgs
Provides data for MouseDownEvent of the diagram.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
System.Windows.Input.MouseButtonEventArgs |