Class DiagramEventArgs
Provides data for events of the diagram.
Inheritance
System.Object
DiagramEventArgs
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class DiagramEventArgs : Object
Constructors
DiagramEventArgs(Object)
Initializes a new instance of the DiagramEventArgs class.
Declaration
public DiagramEventArgs(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | Represent the current object in the diagram. |
Properties
Item
Gets the Item for diagram elements.
Declaration
public object Item { get; }
Property Value
Type |
---|
System.Object |
OriginalSource
Gets the source of the diagram elements.
Declaration
public object OriginalSource { get; }
Property Value
Type |
---|
System.Object |