ModelingWindowPane.OnSelectionChanging(EventArgs) Method

Definition

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)

Parameters

Applies to