Skip to main content
All docs
V23.2

WatermarkFormShowingEventArgs Class

Contains data for the RichEditControl.WatermarkFormShowing event.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

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

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