Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavAddButton Class / Paint Event

In This Topic
    Paint Event (NavAddButton)
    In This Topic
    Occurs when the item is redrawn.
    Syntax
    '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.

    PropertyDescription
    Gets the graphics used to paint.  
    (Inherited from System.ComponentModel.HandledEventArgs)
    Gets C1.Win.Input.DbNavigator.C1DbNavigator that is the owner of the event.  
    Gets the rectangle in which to paint.  
    See Also