Spread Windows Forms 12.0 Product Documentation
GetCustomIconHandler Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : GetCustomIconHandler Delegate
The sender.
The GetCustomIconEventArgs instance that contains the event data.
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)
public delegate Icon GetCustomIconHandler( 
   object sender,
   GetCustomIconEventArgs args
)

Parameters

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

Reference

GetCustomIconHandler Members
FarPoint.Win.Spread Namespace