Skip to main content
A newer version of this page is available.

CustomDrawAppointmentFlyoutSubjectEventArgs(ObjectInfoArgs, Appointment, Rectangle, Rectangle, DefaultDrawDelegate, DefaultDrawDelegate, DefaultDrawDelegate) Constructor

Initializes a new instance of the CustomDrawAppointmentFlyoutSubjectEventArgs class with specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public CustomDrawAppointmentFlyoutSubjectEventArgs(
    ObjectInfoArgs objectInfo,
    Appointment appointment,
    Rectangle bounds,
    Rectangle statusBounds,
    DefaultDrawDelegate defaultDrawDelegate,
    DefaultDrawDelegate defaultDrawStatusDelegate,
    DefaultDrawDelegate defaultDrawBackgroundDelegate
)

Parameters

Name Type Description
objectInfo DevExpress.Utils.Drawing.ObjectInfoArgs

A DevExpress.Utils.Drawing.ObjectInfoArgs value that provides information on the object.

appointment Appointment

An Appointment that is the appointment whose information is displayed in the flyout.

bounds Rectangle

A Rectangle value that specifies the object’s bounding rectangle.

statusBounds Rectangle

A Rectangle value that specifies the status line’s bounding rectangle.

defaultDrawDelegate DevExpress.XtraScheduler.DefaultDrawDelegate

A delegate method used to perform default object drawing.

defaultDrawStatusDelegate DevExpress.XtraScheduler.DefaultDrawDelegate

A delegate method used to perform default status line drawing.

defaultDrawBackgroundDelegate DevExpress.XtraScheduler.DefaultDrawDelegate

A delegate method used to perform default background drawing.

See Also