'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.
Property | Description |
---|---|
IconSetIndex | Gets the index of the icon set. |
See Also