Spread Windows Forms 12.0 Product Documentation
Changed Event (IConditionalFormattingModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IConditionalFormattingModel Interface : Changed Event
Occurs when the user makes a change to the model that affects the conditional formatting of cells in the sheet.
Syntax
'Declaration
 
Event Changed As EventHandler(Of ConditionalFormattingModelEventArgs)
'Usage
 
Dim instance As IConditionalFormattingModel
Dim handler As EventHandler(Of ConditionalFormattingModelEventArgs)
 
AddHandler instance.Changed, handler
Event Data

The event handler receives an argument of type ConditionalFormattingModelEventArgs containing data related to this event. The following ConditionalFormattingModelEventArgs properties provide information specific to this event.

PropertyDescription
Gets the affected cell ranges.  
Gets the column index.  
Gets the number of columns.  
Gets the affected conditional formattings.  
Indicates if the change has affected the conditional formatting layout.  
Gets the row index.  
Gets the number of rows.  
Gets the target column index.  
Gets the target row index.  
Gets the type of Change event.  
See Also