Spread Windows Forms 10.0 Product Documentation
ConditionalFormattingChangedEventArgs Constructor(IConditionalFormattingRule,Boolean,ConditionalFormattingChangedEventType)


The changed rule
Indicates if the changed rule's priority has changed
A ConditionalFormattingChangedEventType enum value
Initializes a new instance of the ConditionalFormattingEventArgs class. The Changed event's type is RuleChanged.
Syntax
'Declaration
 
Public Function New( _
   ByVal rule As IConditionalFormattingRule, _
   ByVal isRulePriorityChanged As Boolean, _
   ByVal type As ConditionalFormattingChangedEventType _
)
'Usage
 
Dim rule As IConditionalFormattingRule
Dim isRulePriorityChanged As Boolean
Dim type As ConditionalFormattingChangedEventType
 
Dim instance As New ConditionalFormattingChangedEventArgs(rule, isRulePriorityChanged, type)
public ConditionalFormattingChangedEventArgs( 
   IConditionalFormattingRule rule,
   bool isRulePriorityChanged,
   ConditionalFormattingChangedEventType type
)

Parameters

rule
The changed rule
isRulePriorityChanged
Indicates if the changed rule's priority has changed
type
A ConditionalFormattingChangedEventType enum value
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ConditionalFormattingChangedEventArgs Class
ConditionalFormattingChangedEventArgs Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.