Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / OnUserEditingAppointment Method

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

    Parameters

    e
    See Also