ContextRuleStateChangedEventArgs Class

Definition

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.

Applies to