Edit

Share via


ListBox.OnHandleDestroyed(EventArgs) Method

Definition

Overridden to be sure that items are set up and cleared out correctly. Inheriting controls should call base.OnHandleDestroyed.

protected override void OnHandleDestroyed(EventArgs e);

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to