'宣言 Public Function New( _ ByVal oldExpandDirection As ExpandDirection, _ ByVal newExpandDirection As ExpandDirection, _ ByVal oldOrientation As System.Windows.Forms.Orientation, _ ByVal newOrientation As System.Windows.Forms.Orientation _ )
public ExpandDirectionChangingEventArgs( ExpandDirection oldExpandDirection, ExpandDirection newExpandDirection, System.Windows.Forms.Orientation oldOrientation, System.Windows.Forms.Orientation newOrientation )
パラメータ
- oldExpandDirection
- 現在の ExpandDirection 値。
- newExpandDirection
- 将来の ExpandDirection 値。
- oldOrientation
- 現在の C1Accordion.Orientation 値。
- newOrientation
- 将来の C1Accordion.Orientation 値。