ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DropDownCalculator Class / OnPostChanges Method
Contains arguments describing the event.

In This Topic
    OnPostChanges Method (DropDownCalculator)
    In This Topic
    Fires the PostChanges event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnPostChanges( _
       ByVal e As EventArgs _
    ) 
    protected override void OnPostChanges( 
       EventArgs e
    )

    Parameters

    e
    Contains arguments describing the event.
    See Also