'宣言 Public Event BeforeAction As NavigatorBeforeActionEventHandler
public event NavigatorBeforeActionEventHandler BeforeAction
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、NavigatorBeforeActionEventArgs 型の引数を受け取りました。次の NavigatorBeforeActionEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Button | The clicked button. |
Cancel | This argument is False by default. If you set it to True in your event code, the navigator control will skip the standard action associated with the button. |
Index | Current row index in the data source (only for Delete and Edit buttons). |
参照