CustomDrawObjectEventArgs Constructors
Provides data for the custom draw events of the SchedulerControl.| Name | Parameters | Description |
|---|---|---|
| CustomDrawObjectEventArgs(ObjectInfoArgs, Rectangle, DefaultDrawDelegate, IDxHtmlFieldValueProvider, AppearanceObject, UserLookAndFeel, Object) | objectInfo, bounds, defaultDrawDelegate, fieldValueProvider, appearanceObject, lookAndFeel, htmlImages | Initializes a new instance of the CustomDrawObjectEventArgs class with specified settings. |
See Also