Class ContextChoiceItemSelectedEventArgs
Provides data for the ContextChoiceItemSelected event of the EditControl control.
Inheritance
System.Object
System.EventArgs
ContextChoiceItemSelectedEventArgs
Inherited Members
System.EventArgs.Empty
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.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 |