Back to Devexpress

RichEditControl.ActiveViewChanged Event

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-0ba725fa.md

latest1.1 KB
Original Source

RichEditControl.ActiveViewChanged Event

Occurs when the value of the RichEditControl.ActiveView property is changed.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public event EventHandler ActiveViewChanged
vb
Public Event ActiveViewChanged As EventHandler

Event Data

The ActiveViewChanged event's data class is EventArgs.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace