'宣言 Public Event ExpandDirectionChanged As System.EventHandler(Of ExpandDirectionChangedEventArgs)
public event System.EventHandler<ExpandDirectionChangedEventArgs> ExpandDirectionChanged
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、ExpandDirectionChangedEventArgs 型の引数を受け取りました。次の ExpandDirectionChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
NewExpandDirection | ExpandDirection の現在の値を取得します。 |
NewOrientation | C1Accordion.Orientation の新しい値を取得します。 |
OldExpandDirection | ExpandDirection の以前の値を取得します。 |
OldOrientation | C1Accordion.Orientation の以前の値を取得します。 |
OrientationChanged | C1Accordion.Orientation の値が変更されたかどうかを示す値を取得します。 |
参照