Cell.OnPropertyChanging(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TApplication developers can override this method to do actions when the property named by propertyName
is set.
protected override void OnPropertyChanging (string propertyName = default);
override this.OnPropertyChanging : string -> unit
Parameters
- propertyName
- System.String
The name of the property on which to monitor value changes.