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.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public event EventHandler SubControlsRefreshed

Value

EventHandler

Remarks

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.

See Also