CalendarBox.DragCheck

Syntax:

DragCheck(<DragParameters>, <StandardProcessing>, <SelectedDate>)

Parameters:

<DragParameters>

Type: DragParameters.
Contains the value being dragged, type of action, and possible actions during drag.

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If it is set to False in the body of the handler procedure, standard processing will not occur.
Default value: True.

<SelectedDate>

Type: Date.
Selected date.

Description:

Occurs when you move the cursor in the calendar box, which is a data receiver.

    

1C:Enterprise Developer's Community