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


"

The following tables list the members exposed by BeforeAppointmentDragEventArgs.

"

Public Constructors

 NameDescription
public ConstructorBeforeAppointmentDragEventArgs ConstructorInitializes a new instance of the BeforeAppointmentDragEventArgs class.  
Top

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