menu

UWP

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

    Show / Hide Table of Contents

    Class ItemSelectedEventArgs

    Class which represents the item selected event arguments.

    Inheritance
    System.Object
    ItemSelectedEventArgs
    Namespace: Syncfusion.UI.Xaml.ImageEditor
    Assembly: Syncfusion.SfImageEditor.UWP.dll
    Syntax
    public class ItemSelectedEventArgs : EventArgs

    Constructors

    ItemSelectedEventArgs(Object)

    Initializes a new instance of the ItemSelectedEventArgs class.

    Declaration
    public ItemSelectedEventArgs(object settings)
    Parameters
    Type Name Description
    System.Object settings

    Get the selected shape setting

    Properties

    SelectedItemName

    Gets or sets the selected view name or text value.

    Declaration
    public string SelectedItemName { get; }
    Property Value
    Type
    System.String

    Settings

    Gets or sets the select shape settings

    Declaration
    public object Settings { get; set; }
    Property Value
    Type
    System.Object

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved