Class DiagramEventArgs
Provides data for events of the diagram.
Inheritance
System.Object
DiagramEventArgs
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 DiagramEventArgs
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 | Description |
---|---|
System.Object |
OriginalSource
Gets the source of the diagram elements.
Declaration
public object OriginalSource { get; }
Property Value
Type | Description |
---|---|
System.Object |