System.Windows.Forms.PropertyGrid: Event Members

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

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

Public Events

BackgroundImageChanged

Occurs when the value of the PropertyGrid.BackgroundImage property changes.

BackgroundImageLayoutChanged

Occurs when the value of the PropertyGrid.BackgroundImageLayout property changes.

ForeColorChanged

Occurs when the value of the PropertyGrid.ForeColor property changes.

KeyDown

Occurs when a key is first pressed.

KeyPress

Occurs when a key is pressed while the control has focus.

KeyUp

Occurs when a key is released while the control has focus.

MouseDown

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

MouseEnter

Occurs when the mouse pointer enters the control.

MouseLeave

Occurs when the mouse pointer leaves the control.

MouseMove

Occurs when the mouse pointer moves over the control.

MouseUp

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

PaddingChanged

Occurs when the value of the PropertyGrid.Padding property changes.

PropertySortChanged

Occurs when the sort mode is changed.

PropertyTabChanged

Occurs when a property tab changes.

PropertyValueChanged

Occurs when a property value changes.

SelectedGridItemChanged

Occurs when the selected System.Windows.Forms.GridItem is changed.

SelectedObjectsChanged

Occurs when the objects selected by the PropertyGrid.SelectedObjects property have changed.

TextChanged

Occurs when the text of the System.Windows.Forms.PropertyGrid changes.