windowsforms-devexpress-dot-xtrarichedit-6681e097.md
Provides data for the RichEditControl.TablePropertiesFormShowing event.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.XtraRichEdit.v25.2.dll
NuGet Package : DevExpress.Win.RichEdit
public class TablePropertiesFormShowingEventArgs :
FormShowingEventArgs
Public Class TablePropertiesFormShowingEventArgs
Inherits FormShowingEventArgs
TablePropertiesFormShowingEventArgs is the data class for the following events:
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.
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