'宣言 Public Function New( _ ByVal text As String, _ ByVal offset As Integer, _ ByVal length As Integer, _ ByVal errors As ErrorCollection, _ ByVal spellCheckTarget As Object _ )
public SpellCheckedEventArgs( string text, int offset, int length, ErrorCollection errors, object spellCheckTarget )