Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / AppointmentForm Class / OnDragDrop Method

In This Topic
    OnDragDrop Method (AppointmentForm)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDragDrop( _
       ByVal drgevent As System.Windows.Forms.DragEventArgs _
    ) 
    protected virtual void OnDragDrop( 
       System.Windows.Forms.DragEventArgs drgevent
    )

    Parameters

    drgevent
    See Also