'Declaration Public Function New( _ ByVal cancel As Boolean, _ ByVal result As String _ )
'Declaration
Public Function New( _ ByVal cancel As Boolean, _ ByVal result As String _ )
'使用法 Dim cancel As Boolean Dim result As String Dim instance As New TextChangingEventArgs(cancel, result)
'使用法
Dim cancel As Boolean Dim result As String Dim instance As New TextChangingEventArgs(cancel, result)
public TextChangingEventArgs( bool cancel, string result )
TextChangingEventArgs クラス TextChangingEventArgs メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.