Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IconSetConditionalFormattingRule Class / GetCustomIcon Event


In This Topic
    GetCustomIcon Event
    In This Topic
    Occurs when getting a custom icon that is displayed in a cell.
    Syntax
    'Declaration
     
    
    Public Event GetCustomIcon As GetCustomIconHandler
    'Usage
     
    
    Dim instance As IconSetConditionalFormattingRule
    Dim handler As GetCustomIconHandler
     
    AddHandler instance.GetCustomIcon, handler
    public event GetCustomIconHandler GetCustomIcon
    Event Data

    The event handler receives an argument of type GetCustomIconEventArgs containing data related to this event. The following GetCustomIconEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the index of the icon set.  
    See Also