Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerEditingFieldChangedEventArgs Properties

Provides data for the ASPxClientWebDocumentViewer.EditingFieldChanged and ASPxClientReportDesigner.PreviewEditingFieldChanged events.
Name Description
Field Gets an editing field whose value has been changed.
NewValue Provides access to a new value of an editing field.
OldValue Provides access to a previous value of an editing field.
See Also