Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / AppointmentsCoverPane Class / InitializeAppointment Method
The C1.C1Schedule.Appointment object to initialize.

In This Topic
    InitializeAppointment Method (AppointmentsCoverPane)
    In This Topic
    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