'Declaration Event ItemFormatting As EventHandler(Of ItemFormattingEventArgs)
event 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.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Field | Gets or sets the name of the current field of the formatted element. |
Item | Gets or sets the index of the index of the item to be formatted. |
Style | Gets or sets the style of the formatted cell. |
See Also