'宣言
Public Function New( _ ByVal cancel As System.Boolean, _ ByVal filterString As System.String _ )
public AutoCompleteFilteringEventArgs( System.bool cancel, System.string filterString )
パラメータ
- cancel
- キャンセル可能かどうか
- filterString
- フィルター文字列
'宣言
Public Function New( _ ByVal cancel As System.Boolean, _ ByVal filterString As System.String _ )
public AutoCompleteFilteringEventArgs( System.bool cancel, System.string filterString )