.NET Windows Forms in a Nutshell

ControlEventHandler serializable

System. Windows .Forms (system. windows .forms.dll) delegate

This is the delegate for the ControlAdded and ControlRemoved events raised by a Control . (See ControlEventArgs for more details).

public delegate void ControlEventHandler (object sender , ControlEventArgs e );

Associated Events

Multiple types

Категории