Class ContextChoiceItemEventArgs
Provides data for the ContextChoiceRightClick event of the EditControl control.
Inheritance
System.Object
ContextChoiceItemEventArgs
Inherited Members
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 ContextChoiceItemEventArgs
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 |