C1.Silverlight.Schedule.5
InitializeAppointment Method

The C1.C1Schedule.Appointment object to initialize.
Initializes the newly created appointment or edits existing one when it is dropped to the AppointmentsCoverPane by the end-user. This method is called by the C1Scheduler control immediately before firing UserAddingAppointment and BeforeAppointmentDrop events.
Syntax
'Declaration
 
Public Overridable Sub InitializeAppointment( _
   ByVal appointment As Appointment _
) 
public virtual void InitializeAppointment( 
   Appointment appointment
)

Parameters

appointment
The C1.C1Schedule.Appointment object to initialize.
Remarks
Override this method in derived class if you need additional appointment initialization.
See Also

Reference

AppointmentsCoverPane Class
AppointmentsCoverPane Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.