RichEditControl.UnitChanging Event
In This Article
Fires before the RichEditControl.Unit property is changed.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v14.2.dll
#Declaration
#Event Data
The UnitChanging event's handler receives an argument of the EventArgs type.
#Remarks
Handle the UnitChanging event to validate or cancel the new setting of the document measurement unit.
#Implements
See Also