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

CustomDrawObjectEventArgs Constructors

Provides data for the custom draw events of the SchedulerControl.
Name Parameters Description
CustomDrawObjectEventArgs(ObjectInfoArgs, Rectangle, DefaultDrawDelegate) objectInfo, bounds, defaultDrawDelegate Initializes a new instance of the CustomDrawObjectEventArgs class with specified settings.
CustomDrawObjectEventArgs(ObjectInfoArgs, Rectangle) objectInfo, bounds Initializes a new instance of the CustomDrawObjectEventArgs class with the specified settings.
See Also