[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.WordEventArgs.-ctor

WordEventArgs Constructor

WordEventArgs(string, int)

Initializes a new instance of the WordEventArgs.

Declaration
public WordEventArgs(string word, int start)
Public Sub New(word As String, start As Integer)
Parameters
Type Name Description
string word

The word.

int start

The start position of the word.