ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1DropDownControl Class / OnInvalidated Method
An System.Windows.Forms.InvalidateEventArgs that contains the event data.

In This Topic
    OnInvalidated Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnInvalidated( _
       ByVal e As InvalidateEventArgs _
    ) 
    protected override void OnInvalidated( 
       InvalidateEventArgs e
    )

    Parameters

    e
    An System.Windows.Forms.InvalidateEventArgs that contains the event data.
    See Also