Class CodeSnippetTemplateTextChangingEventArgs
Provides data for the CodeSnippetTemplateTextChanging event of the EditControl control.
Inheritance
System.Object
CodeSnippetTemplateTextChangingEventArgs
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class CodeSnippetTemplateTextChangingEventArgs : CancellableCodeSnippetsEventArgs
Constructors
CodeSnippetTemplateTextChangingEventArgs(CodeSnippet, String, String)
Initializes a new instance of the CodeSnippetTemplateTextChangingEventArgs class.
Declaration
public CodeSnippetTemplateTextChangingEventArgs(CodeSnippet codeSnippet, string templateMemberName, string newText)
Parameters
| Type | Name | Description |
|---|---|---|
| CodeSnippet | codeSnippet | Currently activated code snippet. |
| System.String | templateMemberName | Name of template member that is to be changed. |
| System.String | newText | New text. |
Fields
NewText
Holds the text.
Declaration
public string NewText
Field Value
| Type |
|---|
| System.String |
TemlateMemberName
Holds the name of template member that needs to be changed.
Declaration
public string TemlateMemberName
Field Value
| Type |
|---|
| System.String |