Back to Devexpress

RichEditControl.ShowNotesFormShowing Event

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-9ad1eaaf.md

latest1.4 KB
Original Source

RichEditControl.ShowNotesFormShowing Event

Occurs before the Show Notes dialog is invoked.’

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public event ShowNotesFormShowingEventHandler ShowNotesFormShowing
vb
Public Event ShowNotesFormShowing As ShowNotesFormShowingEventHandler

Event Data

The ShowNotesFormShowing event's data class is DevExpress.XtraRichEdit.ShowNotesFormShowingEventArgs.

Remarks

Handle the ShowNotesFormShowing event before the Show Notes dialog is displayed. To prevent default event handling, replace the standard dialog with a custom form and set the ShowFormEventArgs.Handled property to true.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace