ComponentOne Expression Editor for WPF
WordEventArgs Constructor

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > WordEventArgs Class : WordEventArgs Constructor
The word.
The start position of the word.
Initializes a new instance of the WordEventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal word As System.String, _
   ByVal start As System.Integer _
)
public WordEventArgs( 
   System.string word,
   System.int start
)

Parameters

word
The word.
start
The start position of the word.
See Also

Reference

WordEventArgs Class
WordEventArgs Members