Class ItemSelectedEventArgs
ItemSelected event handler for ItemSelected event.
Inheritance
System.Object
ItemSelectedEventArgs
Namespace: Syncfusion.SfImageEditor.XForms
Assembly: Syncfusion.SfImageEditor.XForms.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 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 |