バージョン

ApplicationBarButtonValueListDisplaying イベント

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

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

プロパティ解説
Action Infragistics.Win.UIActionNotification.UIActionCancelableEventArgsから継承されます。 
Button クリックされた ボタン への参照を返します。
Cancel System.ComponentModel.CancelEventArgsから継承されます。 
ValueList ボタンの ValueList への参照を返します。
参照