ModelingWindowPane.SelectionChanging Event
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.
This event gets fired just prior to a selection change in this window. Clients that want notification of selection changes to this window should register an event handler.
public:
virtual event EventHandler ^ SelectionChanging;
public event EventHandler SelectionChanging;
member this.SelectionChanging : EventHandler
Public Event SelectionChanging As EventHandler