Spread Windows Forms 17
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)
    public delegate Icon GetCustomIconHandler( 
       object sender,
       GetCustomIconEventArgs args
    )

    Parameters

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