[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalFormattingChangedEventArgs

ConditionalFormattingChangedEventArgs Class

Represents the event data for the Changed event of conditional formatting.

Inheritance
ConditionalFormattingChangedEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class ConditionalFormattingChangedEventArgs : EventArgs
Public Class ConditionalFormattingChangedEventArgs
    Inherits EventArgs

Constructors

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.

Properties

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.