Skip to main content

RichEditControl.BorderShadingFormShowing Event

Occurs before the Borders and Shading dialog is invoked.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

public event BorderShadingFormShowingEventHandler BorderShadingFormShowing

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