Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicCellStyleConditionHandler Delegate
A DynamicStyleInfoContext value that indicates the current context of GcMultiRow.


In This Topic
DynamicCellStyleConditionHandler Delegate
In This Topic
Represents a method that returns a AppearanceStyleInfo with the specified DynamicStyleInfoContext.
Syntax
'Declaration
 
Public Delegate Function DynamicCellStyleConditionHandler( _
   ByVal context As DynamicStyleInfoContext _
) As AppearanceStyleInfo
 
'Usage
 
Dim instance As New DynamicCellStyleConditionHandler(AddressOf HandlerMethod)

Parameters

context
A DynamicStyleInfoContext value that indicates the current context of GcMultiRow.
Remarks
The DynamicStyleInfo class defines a DynamicStyleInfo.ConditionHandler which is a DynamicCellStyleConditionHandler type. This allows you to attach an event handling method, that can return a AppearanceStyleInfo with the given context dynamically.
See Also