Back to Devexpress

RichEditControl.BorderShadingFormShowing Event

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-a953fab7.md

latest1.4 KB
Original Source

RichEditControl.BorderShadingFormShowing Event

Occurs before the Borders and Shading dialog is invoked.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public event BorderShadingFormShowingEventHandler BorderShadingFormShowing
vb
Public Event BorderShadingFormShowing As BorderShadingFormShowingEventHandler

Event Data

The BorderShadingFormShowing event's data class is DevExpress.XtraRichEdit.BorderShadingFormShowingEventArgs.

Remarks

Handle the BorderShadingFormShowing event to perform any actions prior to the Borders and Shading dialog being shown.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace