IMonitorSelectionService.CommandContextChanged 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.
Called when a command UI context is activated/deactivated.
public:
event EventHandler<Microsoft::VisualStudio::Modeling::Shell::CommandContextChangedEventArgs ^> ^ CommandContextChanged;
event EventHandler<Microsoft.VisualStudio.Modeling.Shell.CommandContextChangedEventArgs> CommandContextChanged;
member this.CommandContextChanged : EventHandler<Microsoft.VisualStudio.Modeling.Shell.CommandContextChangedEventArgs>
Event CommandContextChanged As EventHandler(Of CommandContextChangedEventArgs)