IContextRuleMonitorService.ContextRuleStateChanged 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.
Occurs when the state of a context rule changes, such as when the Rule becomes active.
public:
event EventHandler<Microsoft::VisualStudio::RpcContracts::ContextRuleMonitor::ContextRuleStateChangedEventArgs ^> ^ ContextRuleStateChanged;
event EventHandler<Microsoft.VisualStudio.RpcContracts.ContextRuleMonitor.ContextRuleStateChangedEventArgs> ContextRuleStateChanged;
member this.ContextRuleStateChanged : EventHandler<Microsoft.VisualStudio.RpcContracts.ContextRuleMonitor.ContextRuleStateChangedEventArgs>
Event ContextRuleStateChanged As EventHandler(Of ContextRuleStateChangedEventArgs)