Class ContextChoiceItemSelectedEventArgs
Provides data for the ContextChoiceItemSelected event of the EditControl control.
Inheritance
System.Object
ContextChoiceItemSelectedEventArgs
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class ContextChoiceItemSelectedEventArgs : EventArgs
Constructors
ContextChoiceItemSelectedEventArgs(IContextChoiceItem)
Initializes a new instance of the ContextChoiceItemSelectedEventArgs class.
Declaration
public ContextChoiceItemSelectedEventArgs(IContextChoiceItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| IContextChoiceItem | item | Selected item itself. |
Properties
SelectedItem
Gets the selected item.
Declaration
public IContextChoiceItem SelectedItem { get; }
Property Value
| Type |
|---|
| IContextChoiceItem |