Back to Devexpress

RichEditControl.UnitChanging Event

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-6d93cd4d.md

latest1.2 KB
Original Source

RichEditControl.UnitChanging Event

Fires before the RichEditControl.Unit property is changed.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public event EventHandler UnitChanging
vb
Public Event UnitChanging As EventHandler

Event Data

The UnitChanging event's data class is EventArgs.

Remarks

Handle the UnitChanging event to validate or cancel the new setting of the document measurement unit.

See Also

Unit

UnitChanging

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace