dbicMonth Send comments on this topic.
Paint Event
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : Paint Event

Occurs when the control is redrawn.

Syntax

Visual Basic (Declaration) 
Public Event Paint As PaintEventHandler
C# 
public event PaintEventHandler Paint

Event Data

The event handler receives an argument of type PaintEventArgs containing data related to this event. The following PaintEventArgs properties provide information specific to this event.

PropertyDescription
ClipRectangle Gets the rectangle in which to paint.
Graphics Gets the graphics used to paint.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also