Scheduler for WPF
NavigateToPreviousAppointment(BaseObject) メソッド

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス > NavigateToPreviousAppointment メソッド : NavigateToPreviousAppointment(BaseObject) メソッド
Makes the nearest appointment before SelectedDateTime visible in the control UI.
シンタックス
'宣言
 
Public Overloads Function NavigateToPreviousAppointment( _
   ByVal owner As BaseObject _
) As System.Boolean
public System.bool NavigateToPreviousAppointment( 
   BaseObject owner
)

パラメータ

owner

戻り値の型

This method returns a value indicating whether the requested appointment has been found and made visible.
解説
This method sets the SelectedAppointment property to the previous appointment found and the SelectedDateTime property to the start time of the appointment. If the requested appointment has not been found, then the method changes nothing.

This method implements the NavigateToPreviousAppointmentCommand command.

参照

C1Scheduler クラス
C1Scheduler メンバ
オーバーロード一覧