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

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

    Parameters

    e
    See Also