Back to Devexpress

WatermarkFormShowingEventArgs Class

windowsforms-devexpress-dot-xtrarichedit-c8c52acb.md

latest1.8 KB
Original Source

WatermarkFormShowingEventArgs Class

Contains data for the RichEditControl.WatermarkFormShowing event.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public class WatermarkFormShowingEventArgs :
    FormShowingEventArgs
vb
Public Class WatermarkFormShowingEventArgs
    Inherits FormShowingEventArgs

WatermarkFormShowingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs ShowFormEventArgs FormShowingEventArgs WatermarkFormShowingEventArgs

See Also

WatermarkFormShowingEventArgs Members

DevExpress.XtraRichEdit Namespace