ContextRuleStateChangedEventArgs(String, Boolean) Constructor
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.
Initializes a new instance of the ContextRuleStateChangedEventArgs class.
public:
ContextRuleStateChangedEventArgs(System::String ^ identifier, bool isActive);
public ContextRuleStateChangedEventArgs (string identifier, bool isActive);
new Microsoft.VisualStudio.RpcContracts.ContextRuleMonitor.ContextRuleStateChangedEventArgs : string * bool -> Microsoft.VisualStudio.RpcContracts.ContextRuleMonitor.ContextRuleStateChangedEventArgs
Public Sub New (identifier As String, isActive As Boolean)
Parameters
- identifier
- String
The ID of the rule whose state has changed.
- isActive
- Boolean
The new state of the rule.