ContextRuleStateChangedEventArgs Class
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.
Event arguments for ContextRuleStateChanged event that raises when a rule's state changes.
public ref class ContextRuleStateChangedEventArgs : EventArgs
[System.Runtime.Serialization.DataContract]
public class ContextRuleStateChangedEventArgs : EventArgs
[<System.Runtime.Serialization.DataContract>]
type ContextRuleStateChangedEventArgs = class
inherit EventArgs
Public Class ContextRuleStateChangedEventArgs
Inherits EventArgs
- Inheritance
-
ContextRuleStateChangedEventArgs
- Attributes
Constructors
ContextRuleStateChangedEventArgs(String, Boolean) |
Initializes a new instance of the ContextRuleStateChangedEventArgs class. |
Properties
Identifier |
Gets the rule's identifier. |
IsActive |
Gets a value indicating whether the rule is active. |