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

CustomDrawObjectEventArgs Members

Provides data for the custom draw events of the SchedulerControl.

Constructors

Name Description
CustomDrawObjectEventArgs(ObjectInfoArgs, Rectangle, DefaultDrawDelegate) Initializes a new instance of the CustomDrawObjectEventArgs class with specified settings.
CustomDrawObjectEventArgs(ObjectInfoArgs, Rectangle) Initializes a new instance of the CustomDrawObjectEventArgs class with the specified settings.

Fields

Name Description
Empty static Provides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

Name Description
Bounds Returns the bounding rectangle of the drawing area.
Cache Gets an object which specifies the storage for the pens, fonts and brushes. Use it for custom painting in Scheduler Reports.
Graphics Gets an object used for painting.
Handled Gets or sets whether an event was handled. If it was handled, the default actions are not required.
ObjectInfo Gets information on the painted element.

Methods

Name Description
DrawDefault() Renders the element using the default drawing mechanism.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also