WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CodeSnippetsEventArgs - WindowsForms API Reference | Syncfusion CodeSnippetDeactivating event of the EditControl control. ">

    Show / Hide Table of Contents

    Class CodeSnippetsEventArgs

    Provides data for the CodeSnippetDeactivating event of the EditControl control.

    Inheritance
    System.Object
    System.EventArgs
    CodeSnippetsEventArgs
    CancellableCodeSnippetsEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class CodeSnippetsEventArgs : EventArgs

    Constructors

    CodeSnippetsEventArgs(CodeSnippet)

    Initializes a new instance of the CodeSnippetsEventArgs class.

    Declaration
    public CodeSnippetsEventArgs(CodeSnippet codeSnippet)
    Parameters
    Type Name Description
    CodeSnippet codeSnippet

    Currently activated code snippet.

    Fields

    CodeSnippet

    Holds the Code snippet that is currently activated.

    Declaration
    public CodeSnippet CodeSnippet
    Field Value
    Type Description
    CodeSnippet
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved