ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1DbNavigator Class / OnLayout Method
A System.Windows.Forms.LayoutEventArgs that contains the event data.

In This Topic
    OnLayout Method (C1DbNavigator)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnLayout( _
       ByVal e As LayoutEventArgs _
    ) 
    protected override void OnLayout( 
       LayoutEventArgs e
    )

    Parameters

    e
    A System.Windows.Forms.LayoutEventArgs that contains the event data.
    See Also