Back to Devexpress

TablePropertiesFormShowingEventArgs Class

windowsforms-devexpress-dot-xtrarichedit-6681e097.md

latest2.8 KB
Original Source

TablePropertiesFormShowingEventArgs Class

Provides data for the RichEditControl.TablePropertiesFormShowing event.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

TablePropertiesFormShowingEventArgs is the data class for the following events:

Remarks

The RichEditControl.TablePropertiesFormShowing event occurs before the Table Properties dialog is invoked. The TablePropertiesFormShowingEventArgs class introduces the TablePropertiesFormShowingEventArgs.ControllerParameters property, that specifies the information to be displayed in the dialog.

Note, that TablePropertiesFormShowingEventArgs objects are automatically created, initialized and passed to the RichEditControl.TablePropertiesFormShowing event handlers.

Inheritance

Object EventArgs ShowFormEventArgs FormShowingEventArgs TablePropertiesFormShowingEventArgs

See Also

TablePropertiesFormShowingEventArgs Members

How to: Customize the Hyperlink Form

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

DevExpress.XtraRichEdit Namespace