Scheduler for WPF
NavigateToNextAppointment(BaseObject) メソッド

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス > NavigateToNextAppointment メソッド : NavigateToNextAppointment(BaseObject) メソッド
Makes the nearest appointment after SelectedDateTime visible in the control UI.
シンタックス
'宣言
 
Public Overloads Function NavigateToNextAppointment( _
   ByVal owner As BaseObject _
) As System.Boolean
public System.bool NavigateToNextAppointment( 
   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 next 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 NavigateToNextAppointmentCommand command.

参照

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