'Declaration
Public Event Paint As NavItemPaintEventHandler
public event NavItemPaintEventHandler Paint
Event Data
The event handler receives an argument of type NavItemPaintEventArgs containing data related to this event. The following NavItemPaintEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Graphics | Gets the graphics used to paint. |
Handled | (Inherited from System.ComponentModel.HandledEventArgs) |
Navigator | Gets C1.Win.Input.DbNavigator.C1DbNavigator that is the owner of the event. |
Rectangle | Gets the rectangle in which to paint. |
See Also