[]
Initializes a new instance of the ConditionalFormattingEventArgs class.
public ConditionalFormattingChangedEventArgs(ConditionalFormattingChangedEventType type)
Public Sub New(type As ConditionalFormattingChangedEventType)
Type | Name | Description |
---|---|---|
ConditionalFormattingChangedEventType | type | The Changed event's type. |
Initializes a new instance of the ConditionalFormattingEventArgs class. The Changed event's type is RuleChanged.
public ConditionalFormattingChangedEventArgs(IConditionalFormattingRule rule, bool isRulePriorityChanged)
Public Sub New(rule As IConditionalFormattingRule, isRulePriorityChanged As Boolean)
Type | Name | Description |
---|---|---|
IConditionalFormattingRule | rule | The changed rule. |
bool | isRulePriorityChanged | Indicates if the changed rule's priority has changed. |
Initializes a new instance of the ConditionalFormattingEventArgs class. The Changed event's type is RuleChanged.
public ConditionalFormattingChangedEventArgs(IConditionalFormattingRule rule, bool isRulePriorityChanged, ConditionalFormattingChangedEventType type)
Public Sub New(rule As IConditionalFormattingRule, isRulePriorityChanged As Boolean, type As ConditionalFormattingChangedEventType)
Type | Name | Description |
---|---|---|
IConditionalFormattingRule | rule | The changed rule |
bool | isRulePriorityChanged | Indicates if the changed rule's priority has changed |
ConditionalFormattingChangedEventType | type | A ConditionalFormattingChangedEventType enumeration value |