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 |
Fired when a category container is added to the C1PropertyGrid. | |
Fired when a category container is removed from the C1PropertyGrid. | |
Event raised when the IsMouseOver property has changed. | |
Fired when the generated list of method editors for the SelectedObject changes. | |
Fired when the all the method boxes in C1PropertyGrid were loaded. | |
Fired when a property box is added to the C1PropertyGrid. | |
Fired when the generated list of property editors for the SelectedObject changes. | |
Fired when the all the property boxes in C1PropertyGrid were loaded. | |
Fired when a property box is removed from the C1PropertyGrid. | |
Fired when the value of a property in the current SelectedObject changes. |