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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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