Back to Devexpress

PropertyEditor Events

expressappframework-devexpress-dot-expressapp-dot-editors-dot-propertyeditor-dot-underscore-events.md

latest3.0 KB
Original Source

PropertyEditor Events

A base class for Property Editors.

NameDescription
AllowEditChangedOccurs when the current PropertyEditor‘s PropertyEditor.AllowEdit state has changed.
ControlCreatedOccurs after a control has been created for the current View Item. Inherited from ViewItem.
ControlCreatingOccurs before a control is created for the current View Item. Inherited from ViewItem.
ControlValueChangedOccurs after the underlying control’s value has been changed.
CurrentObjectChangedOccurs after changing the object (not an object’s property value) for which the current View Item’s View is created. Inherited from ViewItem.
CurrentObjectChangingOccurs before changing the object for which the current View Item’s View is created. Inherited from ViewItem.
CustomLogValueStoring static
ErrorMessageChanged
ValueReadOccurs after the property value has been read to the current Property Editor’s control.
ValueStoredOccurs after the value of the Property Editor’s control is set for the bound property.
ValueStoringOccurs before the value of the Property Editor’s control is set for the bound property.
VisibilityChangedThis event is intended for internal use.

See Also

PropertyEditor Class

PropertyEditor Members

DevExpress.ExpressApp.Editors Namespace