バージョン

ApplicationBarButtonValueListItemSelected イベント

ApplicationBarButton の ValueList が表示される前に発生します。
シンタックス
'宣言
 
Public Event ApplicationBarButtonValueListItemSelected As ApplicationBarButtonValueListItemSelectedHandler
public event ApplicationBarButtonValueListItemSelectedHandler ApplicationBarButtonValueListItemSelected
イベント データ

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

プロパティ解説
Action Infragistics.Win.UIActionNotification.UIActionEventArgsから継承されます。 
Button クリックされた ボタン への参照を返します。
Handled イベントが処理されたかどうかを示すブール値を返すか、設定します。
Item 選択された項目への参照を返します。
参照