Class ContextPromptCloseEventArgs
Provides data for the ContextPromptClose event of the EditControl control.
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 ContextPromptCloseEventArgs : ContextPromptUpdateEventArgs
Constructors
ContextPromptCloseEventArgs(ContextPromptCollection, Boolean, IRenderedLexem, IRenderedLexem)
Initializes a new instance of the ContextPromptCloseEventArgs class.
Declaration
public ContextPromptCloseEventArgs(ContextPromptCollection list, bool canceled, IRenderedLexem dropper, IRenderedLexem lexemBeforeDropper)
Parameters
Type | Name | Description |
---|---|---|
ContextPromptCollection | list | List of the context prompts. |
System.Boolean | canceled | True if selection was canceled by user. |
IRenderedLexem | dropper | Lexem causing context prompt to drop. |
IRenderedLexem | lexemBeforeDropper | Lexem situated before dropper (doesn't include whitespace and new lines marks). |
Fields
Canceled
Indicates whether the opening of the context prompt is allowed.
Declaration
public readonly bool Canceled
Field Value
Type |
---|
System.Boolean |