Basic Events

ComponentOne PropertyGrid for WPF includes several events that allow you to set interaction and customize the control. Some of the more important events are listed below.

The following events let you customize the C1PropertyGrid control:

 

Event

Description

CategoryContainerAdded

Fired when a category container is added to the C1PropertyGrid.

CategoryContainerRemoved

Fired when a category container is removed from the C1PropertyGrid.

IsMouseOverChanged

Event raised when the IsMouseOver property has changed.

MethodBoxChanged

Fired when the generated list of method editors for the SelectedObject changes.

MethodBoxesLoaded

Fired when the all the method boxes in C1PropertyGrid were loaded.

PropertyBoxAdded

Fired when a property box is added to the C1PropertyGrid.

PropertyBoxChanged

Fired when the generated list of property editors for the SelectedObject changes.

PropertyBoxesLoaded

Fired when the all the property boxes in C1PropertyGrid were loaded.

PropertyBoxRemoved

Fired when a property box is removed from the C1PropertyGrid.

ValueChanged

Fired when the value of a property in the current SelectedObject changes.


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.