public event AppointmentClickedEventHandler AppointmentClicked
イベント ハンドラが、このイベントに関連するデータを含む、AppointmentClickedEventArgs 型の引数を受け取りました。次の AppointmentClickedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
AllowSelection | このクリックが処理され、Infragistics.Scheduler.Appointment が選択されるかどうかを返すか、設定します。 |
ClickedAppointment | クリックされた Infragistics.Scheduler.Appointment を返します (読み取り専用)。 |
ClickedInDate | Infragistics.Scheduler.Appointment がクリックされた日付を返します。単一日の Infragistics.Scheduler.Appointment の場合、Infragistics.Scheduler.Appointment が発生する日付を返します。複数日の Infragistics.Scheduler.Appointment の場合、クリックされた Infragistics.Scheduler.Appointment 部分を含む日付を返します。(読み取り専用) |
ViewMode | クリックされた Infragistics.Scheduler.Appointment と関連付けられた Infragistics.Scheduler.Core.SchedulerViewMode を返します (読み取り専用)。 |