Back to Devexpress

DXPropertyEditor Events

expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-dot-dxpropertyeditor-dot-underscore-events.md

latest4.1 KB
Original Source

DXPropertyEditor Events

A base class for Property Editors that use Developer Express Windows Forms controls.

NameDescription
AllowEditChangedOccurs when the current PropertyEditor‘s PropertyEditor.AllowEdit state has changed. Inherited from PropertyEditor.
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. Inherited from PropertyEditor.
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 staticInherited from PropertyEditor.
CustomSetupRepositoryItemOccurs after the creation of a Property Editor’s control.
ErrorMessageChangedInherited from PropertyEditor.
ValueReadOccurs after the property value has been read to the current Property Editor’s control. Inherited from PropertyEditor.
ValueStoredOccurs after the value of the Property Editor’s control is set for the bound property. Inherited from PropertyEditor.
ValueStoringOccurs before the value of the Property Editor’s control is set for the bound property. Inherited from PropertyEditor.
VisibilityChangedThis event is intended for internal use. Inherited from PropertyEditor.

See Also

DXPropertyEditor Class

DXPropertyEditor Members

DevExpress.ExpressApp.Win.Editors Namespace