BaseListControlBeginInit Method
Begin initialization
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public:
virtual void BeginInit() sealed
abstract BeginInit : unit -> unit
override BeginInit : unit -> unit
Implements
ISupportInitializeBeginInit Call this before performing an update on the control that will affect many items in it.
This prevents unnecessary layout updates. Calls to this method must be balanced with a corresponding
call to the
EndInit method.