public PropertyChangingEventArgs( string propName, object newValue )
'Declaration Public Function New( _ ByVal propName As String, _ ByVal newValue As Object _ )
'Declaration
Public Function New( _ ByVal propName As String, _ ByVal newValue As Object _ )
'Usage Dim propName As String Dim newValue As Object Dim instance As New PropertyChangingEventArgs(propName, newValue)
'Usage
Dim propName As String Dim newValue As Object Dim instance As New PropertyChangingEventArgs(propName, newValue)
PropertyChangingEventArgs Class PropertyChangingEventArgs Members