Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IconSetConditionalFormattingRule Class / MeasureIconSize Event


In This Topic
    MeasureIconSize Event
    In This Topic
    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
    Gets or sets the icon value.  
    See Also