Spread for ASP.NET 7.0 Product Documentation
MeasureIconSize Event
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > IconSetConditionalFormattingRule Class : MeasureIconSize Event


Glossary Item Box

Occurs when measuring the size of an icon that is displayed in a cell.

Syntax

Visual Basic (Declaration) 
Public Event MeasureIconSize As MeasureIconSizeHandler
Visual Basic (Usage)Copy Code
Dim instance As IconSetConditionalFormattingRule
Dim handler As MeasureIconSizeHandler
 
AddHandler instance.MeasureIconSize, handler
C# 
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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.