BadWordEventArgs Constructor
In This Topic
Initializes a new instance of a
BadWordEventArgs.
Syntax
'Declaration
Public Function New( _
ByVal As System.Windows.Forms.Form, _
ByVal As System.Windows.Forms.Control, _
ByVal As CharRange, _
ByVal As CharRangeList _
)
public BadWordEventArgs(
System.Windows.Forms.Form ,
System.Windows.Forms.Control ,
CharRange ,
CharRangeList
)
Parameters
- dialog
- Dialog that raised the event, or null if the event was not raised by a dialog.
- control
- Control being spell-checked.
- error
- CharRange that contains the bad word and its position within the text.
- errors
- CharRangeList that contains all the bad words found in the text.
See Also