[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalFormattingChangedEventHandler

ConditionalFormattingChangedEventHandler Delegate

Represents a method that handles the conditional formatting Changed events.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate void ConditionalFormattingChangedEventHandler(object sender, ConditionalFormattingChangedEventArgs e)
Public Delegate Sub ConditionalFormattingChangedEventHandler(sender As Object, e As ConditionalFormattingChangedEventArgs)
Parameters
Type Name Description
object sender Represents a method that handles the conditional formatting Changed events.
ConditionalFormattingChangedEventArgs e Represents a method that handles the conditional formatting Changed events.