ComponentOne List for WinForms
C1.Win.C1List 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 Boolean
    public bool Handled {get; set;}
    See Also