Spread Windows Forms 12.0 Product Documentation
GetCustomIcon Event


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IconSetConditionalFormattingRule Class : GetCustomIcon Event
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