[]
Represents the event data for the Changed event of conditional formatting.
public class ConditionalFormattingChangedEventArgs : EventArgs
Public Class ConditionalFormattingChangedEventArgs
Inherits EventArgs
Name | Description |
---|---|
ConditionalFormattingChangedEventArgs(ConditionalFormattingChangedEventType) | Initializes a new instance of the ConditionalFormattingEventArgs class. |
ConditionalFormattingChangedEventArgs(IConditionalFormattingRule, bool) | Initializes a new instance of the ConditionalFormattingEventArgs class. The Changed event's type is RuleChanged. |
ConditionalFormattingChangedEventArgs(IConditionalFormattingRule, bool, ConditionalFormattingChangedEventType) | Initializes a new instance of the ConditionalFormattingEventArgs class. The Changed event's type is RuleChanged. |
Name | Description |
---|---|
IsRulePriorityChanged | Gets if the changed rule's priority has changed when the event type is RuleChanged. |
Rule | Gets the changed rule when the type of event is RuleChanged. |
Type | Gets the type of Changed event. |