Class ItemSelectedEventArgs
Provides data for ItemSelectedEvent of the diagram.
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 |
---|
InteractionState |
SelectionSource
Gets the SelectionSource of selected an item in the diagram.
Declaration
public SelectionSource SelectionSource { get; }
Property Value
Type |
---|
SelectionSource |