Back to Devexpress

ChangingEventArgs Properties

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-changingeventargs-dot-underscore-properties.md

latest1.7 KB
Original Source

ChangingEventArgs Properties

Provides data for the RepositoryItem.EditValueChanging event.

NameDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
IsBoundUpdatingEditValueFor internal use.
IsTextChangingFor internal use.
ModifiedByUserGets whether a user changed the value.
NewValueGets or sets the value which is about to be assigned to the editor. Setting the NewValue property is not supported if the editor uses masked input (RepositoryItemTextEdit.MaskSettings).
OldValueGets the editor’s value.

See Also

ChangingEventArgs Class

ChangingEventArgs Members

DevExpress.XtraEditors.Controls Namespace