ModelingBindingSource.OnPropertyChanged(Object, EventArgs) 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.
When a property changes we need to notify the base class that the item has change so that the row of that item will be repainted. Without this notification only the current row can detect changes and repaint itself - see bug #611878 for more info
protected:
virtual void OnPropertyChanged(System::Object ^ sender, EventArgs ^ e);
protected virtual void OnPropertyChanged (object sender, EventArgs e);
abstract member OnPropertyChanged : obj * EventArgs -> unit
override this.OnPropertyChanged : obj * EventArgs -> unit
Protected Overridable Sub OnPropertyChanged (sender As Object, e As EventArgs)
Parameters
- sender
- Object