WpfBrowser.SelectionChanged(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.
Raised when the selection is changed.
public:
void SelectionChanged(System::Object ^ sender, EventArgs ^ e);
public void SelectionChanged (object sender, EventArgs e);
member this.SelectionChanged : obj * EventArgs -> unit
Public Sub SelectionChanged (sender As Object, e As EventArgs)
Parameters
- sender
- Object
Specifies the sender.
Specifies the event arguments.