[]
Provides data for item rendering event that can be handled completely in an event handler.
public class NavItemPaintEventArgs : HandledEventArgs
Name | Description |
---|---|
NavItemPaintEventArgs(Graphics, Rectangle, C1DbNavigator) | Initializes a new instance of the NavItemPaintEventArgs class. |
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. |