System.Windows.Forms.GroupBox: Event Members

The events of System.Windows.Forms.GroupBox are listed below. For a list of all members, see the GroupBox Members list.

See Also: Inherited members from System.Windows.Forms.Control

Public Events

AutoSizeChanged

Occurs when the value of the GroupBox.AutoSize property changes.

Click

Occurs when the user clicks the System.Windows.Forms.GroupBox control.

DoubleClick

Occurs when the user double-clicks the System.Windows.Forms.GroupBox control.

KeyDown

Occurs when the user presses a key while the System.Windows.Forms.GroupBox control has focus.

KeyPress

Occurs when the user presses a key while the System.Windows.Forms.GroupBox control has focus.

KeyUp

Occurs when the user releases a key while the System.Windows.Forms.GroupBox control has focus.

MouseClick

Occurs when the user clicks the System.Windows.Forms.GroupBox control with the mouse.

MouseDoubleClick

Occurs when the user double-clicks the System.Windows.Forms.GroupBox control with the mouse.

MouseDown

Occurs when the user presses a mouse button while the mouse pointer is over the control.

MouseEnter

Occurs when the mouse pointer enters the control.

MouseLeave

Occurs when the mouse pointer leaves the control.

MouseMove

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

MouseUp

Occurs when the user releases a mouse button while the mouse pointer is over the control.

TabStopChanged

Occurs when the value of the GroupBox.TabStop property changes.