AlwaysPostChanges Property (DropDownFormBase)
In This Topic
If this flag is set, the changes to the control Value can only be cancelled explicitly, with Esc key or using the CloseForm method, and implicit cancellation (when the form is closed because it loses focus) is disabled.
Syntax
'Declaration
Protected Property AlwaysPostChanges As Boolean
protected bool AlwaysPostChanges {get; set;}
See Also