Accordion for WinForms
ExpandDirectionChanged イベント

C1.Win.Accordion.6 アセンブリ > C1.Win.Accordion 名前空間 > C1Accordion クラス : ExpandDirectionChanged イベント
ExpandDirection プロパティが変更されると発生します。
シンタックス
'宣言
 
Public Event ExpandDirectionChanged As System.EventHandler(Of ExpandDirectionChangedEventArgs)
public event System.EventHandler<ExpandDirectionChangedEventArgs> ExpandDirectionChanged
イベント データ

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

プロパティ解説
ExpandDirection の現在の値を取得します。  
C1Accordion.Orientation の新しい値を取得します。  
ExpandDirection の以前の値を取得します。  
C1Accordion.Orientation の以前の値を取得します。  
C1Accordion.Orientation の値が変更されたかどうかを示す値を取得します。  
参照