Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / OnUserClosingAppointment Method

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

    Parameters

    e
    See Also