'宣言 Public Event CurrentChanging As CurrentChangingEventHandler
public event CurrentChangingEventHandler CurrentChanging
イベント ハンドラが、このイベントに関連するデータを含む、CurrentChangingEventArgs 型の引数を受け取りました。次の CurrentChangingEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Cancel | Gets or sets a value that indicates whether to cancel the event. |
| IsCancelable | Gets a value that indicates whether the event is cancelable. |