Check Box ListRefresh Sub Controls Method
This is called to force the control to refresh the checkboxes with information from the data source
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public override void RefreshSubControls()VB
Public Overrides Sub RefreshSubControlsC++
public:
virtual void RefreshSubControls() overrideF#
abstract RefreshSubControls : unit -> unit
override RefreshSubControls : unit -> unit Exceptions
| InvalidOperationException | This is thrown if a BindingMembersDataSource has been specified and there are more checkbox list items that members specified in BindingMembers. |