Spread for ASP.NET 8.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
Icon Gets or sets the icon value.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IconSetConditionalFormattingRule Class
IconSetConditionalFormattingRule Members

 

 


Copyright © GrapeCity, inc. All rights reserved.