DekGenius.com
[ Team LiB ] Previous Section Next Section

ControlEventHandlerserializable

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

    [ Team LiB ] Previous Section Next Section