WebView.OnPropertyChanged(String) Method

Definition

Method that is called when Source is changed.

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

Parameters

propertyName
String

The name of the property that was changed.

Applies to