True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / ButtonClick Event

In This Topic
    ButtonClick Event (C1TrueDBGrid)
    In This Topic
    Occurs whenever a button is clicked in a cell.
    Syntax
    'Declaration
     
    Public Event ButtonClick As ColEventHandler
    public event ColEventHandler ButtonClick
    Event Data

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

    PropertyDescription
    Indicates the position in the DisplayColumns collection.  
    Gets the C1DisplayColumn.  
    See Also