Back to Devexpress

RichEditControl.InsertObjectFormShowing Event

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-653ec0d5.md

latest1.8 KB
Original Source

RichEditControl.InsertObjectFormShowing Event

Occurs before the Object Dialog is invoked.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public event ShowInsertObjectFormShowingEventHandler InsertObjectFormShowing
vb
Public Event InsertObjectFormShowing As ShowInsertObjectFormShowingEventHandler

Event Data

The InsertObjectFormShowing event's data class is DevExpress.XtraRichEdit.ShowInsertObjectFormShowingEventArgs.

Remarks

Handle the InsertObjectFormShowing event to customize the Object dialog or replace it with your own dialog.

See Also

How to: Customize the Hyperlink Form

How to: Customize the Find and Replace Dialog in Rich Text Editor for WinForms

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace