[]
        
(Showing Draft Content)

FarPoint.Win.Spread.GetCustomIconHandler

GetCustomIconHandler Delegate

Represents the delegate for measuring size of an icon for the icon conditional formatting rule in a cell.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate Icon GetCustomIconHandler(object sender, GetCustomIconEventArgs args)
Public Delegate Function GetCustomIconHandler(sender As Object, args As GetCustomIconEventArgs) As Icon
Parameters
Type Name Description
object sender

The sender.

GetCustomIconEventArgs args

The GetCustomIconEventArgs instance that contains the event data.

Returns
Type Description
Icon