Skip to main content
.NET 6.0+

PropertyEditor Events

A base class for Property Editors.
Name Description
AllowEditChanged Occurs when the current PropertyEditor‘s PropertyEditor.AllowEdit state has changed.
ControlCreated Occurs after a control has been created for the current View Item. Inherited from ViewItem.
ControlCreating Occurs before a control is created for the current View Item. Inherited from ViewItem.
ControlValueChanged In the PropertyEditor class’ descendants, can be raised after the control’s value has been changed.
CurrentObjectChanged Occurs after changing the object (not an object’s property value) for which the current View Item’s View is created. Inherited from ViewItem.
CurrentObjectChanging Occurs before changing the object for which the current View Item’s View is created. Inherited from ViewItem.
CustomLogValueStoring static
ErrorMessageChanged
ValueRead Occurs after the property value has been read to the current Property Editor’s control.
ValueStored Occurs after the value of the Property Editor’s control is set for the bound property.
ValueStoring Occurs before the value of the Property Editor’s control is set for the bound property.
VisibilityChanged This event is intended for internal use.
See Also