Class ItemSelectedEventArgs
Provides data for ItemSelectedEvent 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 ItemSelectedEventArgs : DiagramEventArgs
Constructors
ItemSelectedEventArgs(Object)
Initialize a new instance of ItemSelectedEventArgs
Declaration
public ItemSelectedEventArgs(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | Represent the object Selected in the diagram |
Properties
InteractionState
Gets or sets the state of selection.
Declaration
public InteractionState InteractionState { get; set; }
Property Value
Type | Description |
---|---|
InteractionState |
SelectionSource
Gets the SelectionSource of selected an item in the diagram.
Declaration
public SelectionSource SelectionSource { get; }
Property Value
Type | Description |
---|---|
SelectionSource |