Back to Devexpress

PropertyEditor.ValueStored Event

expressappframework-devexpress-dot-expressapp-dot-editors-dot-propertyeditor-89b5d6b9.md

latest1.5 KB
Original Source

PropertyEditor.ValueStored Event

Occurs after the value of the Property Editor’s control is set for the bound property.

Namespace : DevExpress.ExpressApp.Editors

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public event EventHandler ValueStored
vb
Public Event ValueStored As EventHandler

Event Data

The ValueStored event's data class is EventArgs.

Remarks

Use the PropertyEditor.PropertyValue and PropertyEditor.ControlValue properties to get current values.

See Also

ObjectChanged

PropertyEditor Class

PropertyEditor Members

DevExpress.ExpressApp.Editors Namespace