Method | Description | |
---|---|---|
PropertyChangedCommand ( object target, |
Initializes the command after the property was first changed.
|
Method | Description | |
---|---|---|
OnRedo ( ) : void |
Set the changed property value again.
|
|
OnUndo ( ) : void |
Restore the original property value.
|
Method | Description | |
---|---|---|
PropertyChangedCommand ( object target, System.Windows.Forms.PropertyValueChangedEventArgs e ) : System.ComponentModel |
public PropertyChangedCommand ( object target, |
||
target | object | The object the property belongs to. |
property | The property that was changed. | |
oldValue | object | The property's old value. |
newValue | object | The property's current value. |
return | System.ComponentModel |