MultiSelect for WinForms
BeforeAction イベント

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1DbNavigator クラス : BeforeAction イベント
Occurs when a button is clicked, before the action is executed.
シンタックス
'宣言
 
Public Event BeforeAction As NavigatorBeforeActionEventHandler
public event NavigatorBeforeActionEventHandler BeforeAction
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、NavigatorBeforeActionEventArgs 型の引数を受け取りました。次の NavigatorBeforeActionEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
The clicked button.  
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.  
Current row index in the data source (only for Delete and Edit buttons).  
参照