'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)
public PropertyChangingEventArgs( string propName, object newValue )
PropertyChangingEventArgs クラス PropertyChangingEventArgs メンバ
© 2004-2015, GrapeCity inc. All rights reserved.