ModelingWindowPane.OnSelectionChanged(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.
Called when the selection changes. Derived classes that override this method should make sure to call the base class so event listeners are notified.
protected:
virtual void OnSelectionChanged(EventArgs ^ e);
protected virtual void OnSelectionChanged (EventArgs e);
abstract member OnSelectionChanged : EventArgs -> unit
override this.OnSelectionChanged : EventArgs -> unit
Protected Overridable Sub OnSelectionChanged (e As EventArgs)