Back to Devexpress

PropertyEditor.ValueStoring Event

expressappframework-devexpress-dot-expressapp-dot-editors-dot-propertyeditor-6f30049c.md

latest1.4 KB
Original Source

PropertyEditor.ValueStoring Event

Occurs before 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<ValueStoringEventArgs> ValueStoring
vb
Public Event ValueStoring As EventHandler(Of ValueStoringEventArgs)

Event Data

The ValueStoring event's data class is DevExpress.ExpressApp.ValueStoringEventArgs.

Remarks

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

See Also

PropertyEditor Class

PropertyEditor Members

DevExpress.ExpressApp.Editors Namespace