DekGenius.com
[ Team LiB ] Previous Section Next Section

PaintEventHandlerserializable

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

This is the delegate for the Control.Paint event.

public delegate void PaintEventHandler(object sender, PaintEventArgs e);

Associated Events

Multiple types

    [ Team LiB ] Previous Section Next Section