FormShowingEventArgs Class
Serves as the base for classes which provide data for the events which occur before the RichEditControl dialogs are shown.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v19.2.Core.dll
Declaration
public abstract class FormShowingEventArgs :
ShowFormEventArgs
Public MustInherit Class FormShowingEventArgs
Inherits ShowFormEventArgs
public abstract class FormShowingEventArgs :
ShowFormEventArgs
Public MustInherit Class FormShowingEventArgs
Inherits ShowFormEventArgs
See Also