ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1PictureBox Class / ImmediateUpdate Property

In This Topic
    ImmediateUpdate Property
    In This Topic
    Gets or sets whether the image should be put into the data source right after the Image property has been changed or it shouldn't be put there until the following call of the CurrencyManager.EndCurrentEdit() method.
    Syntax
    'Declaration
     
    
    Public Property ImmediateUpdate As Boolean
    public bool ImmediateUpdate {get; set;}
    See Also