menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemSelectedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemSelectedEventArgs

    Provides data for ItemSelectedEvent of the diagram.

    Inheritance
    System.Object
    DiagramEventArgs
    ItemSelectedEventArgs
    Inherited Members
    DiagramEventArgs.Item
    DiagramEventArgs.OriginalSource
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved