DekGenius.com
[ Team LiB ] Previous Section Next Section

MouseEventHandlerserializable

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

This is the delegate for the Control.MouseDown, Control.MouseUp, and Control.MouseMove events.

public delegate void MouseEventHandler(object sender, MouseEventArgs e);

Associated Events

Multiple types

    [ Team LiB ] Previous Section Next Section