'Declaration Public Function New( _ ByVal propName As String, _ ByVal newValue As Object _ )
'Declaration
Public Function New( _ ByVal propName As String, _ ByVal newValue As Object _ )
'使用法 Dim propName As String Dim newValue As Object Dim instance As New PropertyChangingEventArgs(propName, newValue)
'使用法
Dim propName As String Dim newValue As Object Dim instance As New PropertyChangingEventArgs(propName, newValue)
public PropertyChangingEventArgs( string propName, object newValue )
PropertyChangingEventArgs クラス PropertyChangingEventArgs メンバ
Copyright © 2004 GrapeCity inc.