'Declaration Public Function New( _ ByVal propertyName As String, _ ByVal newValue As Object _ )
'Usage Dim propertyName As String Dim newValue As Object Dim instance As New TablePropertyChangingEventArgs(propertyName, newValue)
public TablePropertyChangingEventArgs( string propertyName, object newValue )
Parameters
- propertyName
- Property name.
- newValue
- New value.