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

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

    Parameters

    e
    See Also