Class ItemSelectedEventArgs
Class which represents the item selected event arguments.
Inheritance
System.Object
ItemSelectedEventArgs
Namespace: Syncfusion.UI.Xaml.ImageEditor
Assembly: Syncfusion.SfImageEditor.WPF.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 |