Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1AgendaView Class / OnOwnerDrawCell Method
An C1.Win.C1FlexGrid.OwnerDrawCellEventArgs that contains data.

In This Topic
    OnOwnerDrawCell Method (C1AgendaView)
    In This Topic
    Draws an appointment in a cell.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnOwnerDrawCell( _
       ByVal e As C1.Win.C1FlexGrid.OwnerDrawCellEventArgs _
    ) 
    protected override void OnOwnerDrawCell( 
       C1.Win.C1FlexGrid.OwnerDrawCellEventArgs e
    )

    Parameters

    e
    An C1.Win.C1FlexGrid.OwnerDrawCellEventArgs that contains data.
    See Also