Skip to main content

RichEditControl.UnitChanging Event

Fires before the RichEditControl.Unit property is changed.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v14.2.dll

#Declaration

public event EventHandler UnitChanging

#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