[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Events.NavItemPaintEventArgs

NavItemPaintEventArgs Class

Provides data for item rendering event that can be handled completely in an event handler.

Inheritance
NavItemPaintEventArgs
Namespace: C1.Win.Input.DbNavigator.Events
Assembly: C1.Win.Input.DbNavigator.8.dll
Syntax
public class NavItemPaintEventArgs : HandledEventArgs

Constructors

Name Description
NavItemPaintEventArgs(Graphics, Rectangle, C1DbNavigator)

Initializes a new instance of the NavItemPaintEventArgs class.

Properties

Name Description
Graphics

Gets the graphics used to paint.

Navigator

Gets C1DbNavigator that is the owner of the event.

Rectangle

Gets the rectangle in which to paint.