'宣言 Public Event TileClosing As TileClosingEventHandler
public event TileClosingEventHandler TileClosing
イベント ハンドラが、このイベントに関連するデータを含む、TileClosingEventArgs 型の引数を受け取りました。次の TileClosingEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Cancel System.ComponentModel.CancelEventArgsから継承されます。 | |
Tile Infragistics.Win.Misc.TileCancelEventArgsから継承されます。 | イベントに関連付けられる UltraTile を取得します。 |