Class CancellableCodeSnippetsEventArgs
Provides data for the CodeSnippetActivating event of the EditControl control.
Inheritance
System.Object
CancellableCodeSnippetsEventArgs
Inherited Members
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class CancellableCodeSnippetsEventArgs : CodeSnippetsEventArgs
Constructors
CancellableCodeSnippetsEventArgs(CodeSnippet)
Initializes a new instance of CancellableCodeSnippetsEventArgs class.
Declaration
public CancellableCodeSnippetsEventArgs(CodeSnippet codeSnippet)
Parameters
| Type | Name | Description |
|---|---|---|
| CodeSnippet | codeSnippet | Currently activated code snippet. |
Fields
Cancel
Indicates whether action must be cancelled.
Declaration
public bool Cancel
Field Value
| Type |
|---|
| System.Boolean |