Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GetCustomIconHandler Delegate
The sender.
The GetCustomIconEventArgs instance that contains the event data.


In This Topic
GetCustomIconHandler Delegate
In This Topic
Represents the delegate for measuring size of an icon for the icon conditional formatting rule in a cell.
Syntax
'Declaration
 
Public Delegate Function GetCustomIconHandler( _
   ByVal sender As Object, _
   ByVal args As GetCustomIconEventArgs _
) As Icon
 
'Usage
 
Dim instance As New GetCustomIconHandler(AddressOf HandlerMethod)

Parameters

sender
The sender.
args
The GetCustomIconEventArgs instance that contains the event data.
See Also