Spread for ASP.NET 9.0 Product Documentation
MeasureIconSize Event


Occurs when measuring the size of an icon that is displayed in a cell.
Syntax
'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.

PropertyDescription
IconGets or sets the icon value.  
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

IconSetConditionalFormattingRule Class
IconSetConditionalFormattingRule Members

 

 


Copyright © GrapeCity, inc. All rights reserved.