'宣言 Event ItemFormatting As EventHandler(Of ItemFormattingEventArgs)
event EventHandler<ItemFormattingEventArgs> ItemFormatting
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、ItemFormattingEventArgs 型の引数を受け取りました。次の ItemFormattingEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Cancel | 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. |
参照