Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / OnUserAddingAppointment Method

In This Topic
    OnUserAddingAppointment Method (C1Scheduler)
    In This Topic
    Raises a UserAddingAppointment event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnUserAddingAppointment( _
       ByVal e As AddingAppointmentEventArgs _
    ) 
    protected virtual void OnUserAddingAppointment( 
       AddingAppointmentEventArgs e
    )

    Parameters

    e
    See Also