Back to Devexpress

FormShowingEventArgs Class

windowsforms-devexpress-dot-xtrarichedit-cb53f46a.md

latest4.8 KB
Original Source

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.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public abstract class FormShowingEventArgs :
    ShowFormEventArgs
vb
Public MustInherit Class FormShowingEventArgs
    Inherits ShowFormEventArgs

Inheritance

Show 33 items

Object EventArgs ShowFormEventArgs FormShowingEventArgs BookmarkFormShowingEventArgs

ColumnsSetupFormShowingEventArgs

ConvertNotesFormShowingEventArgs

DeleteTableCellsFormShowingEventArgs

DocumentPropertiesFormShowingEventArgs

DocumentProtectionQueryNewPasswordFormShowingEventArgs

DocumentProtectionQueryPasswordFormShowingEventArgs

EditStyleFormShowingEventArgs

FloatingInlineObjectLayoutOptionsFormShowingEventArgs

FontFormShowingEventArgs

HyperlinkFormShowingEventArgs

InsertMergeFieldFormShowingEventArgs

InsertTableCellsFormShowingEventArgs

InsertTableFormShowingEventArgs

LineNumberingFormShowingEventArgs

NotesFormShowingEventArgs

NumberingListFormShowingEventArgs

PageSetupFormShowingEventArgs

ParagraphFormShowingEventArgs

PasteSpecialFormShowingEventArgs

RangeEditingPermissionsFormShowingEventArgs

SearchFormShowingEventArgs

SplitTableCellsFormShowingEventArgs

SymbolFormShowingEventArgs

TableOptionsFormShowingEventArgs

TablePropertiesFormShowingEventArgs

TableStyleFormShowingEventArgs

TabsFormShowingEventArgs

WatermarkFormShowingEventArgs

See Also

FormShowingEventArgs Members

How to: Customize the Hyperlink Form

How to: Customize the Find and Replace Dialog in Rich Text Editor for WinForms

DevExpress.XtraRichEdit Namespace