dbicDayView Send comments on this topic.
BeforeAppointmentDragEventArgs Class Properties
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace : BeforeAppointmentDragEventArgs Class


"

For a list of all members of this type, see BeforeAppointmentDragEventArgs members.

"

Public Properties

 NameDescription
public PropertyAppointmentThe dbiAppointmentItem which is being dragged out of the control.  
public PropertyIndexThe zero-based index of the appointment which is being dragged out of the control.  
public PropertyIsDraggingIndicates if the appointment will be dragged outside the control.  
public PropertyPrepareDragIndicates if this is the first time the event is fired. This is used to prepare the control for a dragout operation. See the remarks for more details.  
Top

See Also