Share via


ModelingBindingSource.OnPropertyChanged(Object, EventArgs) Method

Definition

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

Applies to