WebView.OnSourceChanged(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.
Method that is called when the view source that is specified by the sender
parameter is changed.
protected void OnSourceChanged (object sender, EventArgs e);
member this.OnSourceChanged : obj * EventArgs -> unit
Parameters
- sender
- System.Object
The object that raised the event.
- e
- System.EventArgs
The event arguments.