ModelingWindowPane.OnSelectionChanged(EventArgs) Method

Definition

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)

Parameters

Applies to