True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / OwnerDrawCellEventArgs Class / Handled Property

In This Topic
    Handled Property (OwnerDrawCellEventArgs)
    In This Topic
    Indicates whether the event code rendered the cell.
    Syntax
    'Declaration
     
    Public Property Handled As System.Boolean
    public System.bool Handled {get; set;}
    See Also