Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingChangedEventHandler Delegate


In This Topic
ConditionalFormattingChangedEventHandler Delegate
In This Topic
Represents a method that handles the conditional formatting Changed events.
Syntax
'Declaration
 
Public Delegate Sub ConditionalFormattingChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As ConditionalFormattingChangedEventArgs _
) 
 
'Usage
 
Dim instance As New ConditionalFormattingChangedEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also