Skip to main content
A newer version of this page is available. .
All docs
V22.1

WatermarkFormShowingEventArgs Class

Contains data for the RichEditControl.WatermarkFormShowing event.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v22.1.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

public class WatermarkFormShowingEventArgs :
    FormShowingEventArgs

Remarks

A WatermarkFormShowingEventArgs class instance is automatically created, initialized, and passed to the RichEditControl.WatermarkFormShowing event handler.

Inheritance

See Also