Class CancellableCodeSnippetsEventArgs
Provides data for the CodeSnippetActivating event of the EditControl control.
Inheritance
System.Object
    System.EventArgs
    
    CancellableCodeSnippetsEventArgs
      
      
  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 CancellableCodeSnippetsEventArgs : CodeSnippetsEventArgsConstructors
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 CancelField Value
| Type | 
|---|
| System.Boolean |