'Declaration Public Event MeasureIconSize As MeasureIconSizeHandler
'Usage Dim instance As IconSetConditionalFormattingRule Dim handler As MeasureIconSizeHandler AddHandler instance.MeasureIconSize, handler
public event MeasureIconSizeHandler MeasureIconSize
Event Data
The event handler receives an argument of type MeasureIconSizeEventArgs containing data related to this event. The following MeasureIconSizeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Icon | Gets or sets the icon value. |
See Also