Class ContextChoiceItemEventArgs
Provides data for the ContextChoiceRightClick event of the EditControl control.
Inheritance
System.Object
ContextChoiceItemEventArgs
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class ContextChoiceItemEventArgs : Object
Constructors
ContextChoiceItemEventArgs(IContextChoiceItem)
Initializes a new instance of the ContextChoiceItemEventArgs class.
Declaration
public ContextChoiceItemEventArgs(IContextChoiceItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| IContextChoiceItem | item | Underlying ContextChoiceItem. |
Fields
Item
Holds the ContextChoice item.
Declaration
public IContextChoiceItem Item
Field Value
| Type |
|---|
| IContextChoiceItem |