Class ContextPromptSelectionChangedEventArgs
Provides data for the ContextPromptSelectionChanged event of the EditControl control.
Inheritance
System.Object
System.EventArgs
ContextPromptSelectionChangedEventArgs
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 ContextPromptSelectionChangedEventArgs : EventArgs
Constructors
ContextPromptSelectionChangedEventArgs(ContextPromptCollection)
Initializes a new instance of ContextPromptSelectionChangedEventArgs class.
Declaration
public ContextPromptSelectionChangedEventArgs(ContextPromptCollection list)
Parameters
Type | Name | Description |
---|---|---|
ContextPromptCollection | list |
Properties
List
Gets the collection of Dictionary items.
Declaration
public ContextPromptCollection List { get; }
Property Value
Type |
---|
ContextPromptCollection |
SelectedIndex
Gets the index of the currently selected item in prompts list.
Declaration
public int SelectedIndex { get; }
Property Value
Type |
---|
System.Int32 |