Skip to content

E_Ekstrand_Windows_Forms_GroupBox_MouseMove

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

GroupBox.MouseMove Event

Occurs when the user moves the mouse pointer over the control.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public event MouseEventHandler MouseMove

VB

<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Event MouseMove As MouseEventHandler

C++

public:
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
 event MouseEventHandler^ MouseMove {
	void add (MouseEventHandler^ value);
	void remove (MouseEventHandler^ value);
}

F#

[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member MouseMove : IEvent<MouseEventHandler,
    MouseEventArgs>

Value

Type: System.Windows.Forms.MouseEventHandler

See Also

Reference

GroupBox Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally