Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingChangedEventArgs Class / IsRulePriorityChanged Property


In This Topic
    IsRulePriorityChanged Property
    In This Topic
    Gets if the changed rule's priority has changed when the event type is RuleChanged.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsRulePriorityChanged As Boolean
    'Usage
     
    
    Dim instance As ConditionalFormattingChangedEventArgs
    Dim value As Boolean
     
    value = instance.IsRulePriorityChanged
    public bool IsRulePriorityChanged {get;}
    See Also