ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.CoditionalFormatting Namespace / IFormattableView Interface / ItemFormatting Event

In This Topic
    ItemFormatting Event (IFormattableView)
    In This Topic
    Occurs when you need to format the contents of an item to display.
    Syntax
    'Declaration
     
    Event ItemFormatting As System.EventHandler(Of ItemFormattingEventArgs)
    event System.EventHandler<ItemFormattingEventArgs> ItemFormatting
    Event Data

    The event handler receives an argument of type ItemFormattingEventArgs containing data related to this event. The following ItemFormattingEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets or sets the name of the current field of the formatted element.  
    Gets or sets the index of the index of the item to be formatted.  
    Gets or sets the style of the formatted cell.  
    See Also