Click or drag to resize

DataBrowser.RestoreUpdate Method (Typed)

X#
Update this data browser visually and restore standard operation (after DataBrowser:SuspendUpdate() is called).

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RestoreUpdate() AS VOID
Request Example View Source

Implements

RestoreUpdate
Remarks
DataBrowser:SuspendUpdate() is used to reduce "visual noise" during a multi-record update of the data browser from its data server. When the updating is complete, use the DataBrowser:RestoreUpdate() method to refresh the display and reactivate standard behavior. Note that DataBrowser:SuspendUpdate() stacks its invocations. Therefore, for each call to DataBrowser:SuspendUpdate(), there needs to be a corresponding call DataBrowser:RestoreUpdate().
See Also