constructor(index: number, data: any, item: HTMLElement): FormatItemEventArgs
FormatItemEventArgsクラスの新しいインスタンスを初期化します。
Index of the item being formatted in the source ICollectionView, or -1 if the item is a group header.
Data item being formatted, or a CollectionViewGroup object if the item is a group header.
Element that represents the list item to be formatted.
書式設定されるデータ項目を取得します。
ListBox.formatItemイベントの引数を提供します。