BaseListControlSubControlsRefreshed Event
This event is raised when the sub-controls of the list control are refreshed after it has changed in
some way that affects them.
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public event EventHandler SubControlsRefreshed
Public Event SubControlsRefreshed As EventHandler
public:
event EventHandler^ SubControlsRefreshed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member SubControlsRefreshed : IEvent<EventHandler,
EventArgs>
Value
EventHandler This event can be handled to do such things as reload the column collection with your
preferred defaults, adjust the radio button controls, etc. See the
RefreshSubControls
method in the derived classes for more information.