Share via


StreamImageSource.OnPropertyChanged(String) Method

Definition

Method that is called when the property that is specified by propertyName is changed.

protected override void OnPropertyChanged(string propertyName);
override this.OnPropertyChanged : string -> unit

Parameters

propertyName
System.String

The property that changed.

Applies to