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