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