ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DropDownForm Class / PostChanges Event

In This Topic
    PostChanges Event
    In This Topic
    Occurs when Value property of the OwnerControl is updated by the dropdown form.
    Syntax
    'Declaration
     
    
    Public Event PostChanges As EventHandler
    public event EventHandler PostChanges
    See Also