windowsforms-devexpress-dot-xtrarichedit-690fc460.md
Provides data for the RichEditControl.DeleteTableCellsFormShowing event.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.XtraRichEdit.v25.2.dll
NuGet Package : DevExpress.Win.RichEdit
public class DeleteTableCellsFormShowingEventArgs :
FormShowingEventArgs
Public Class DeleteTableCellsFormShowingEventArgs
Inherits FormShowingEventArgs
DeleteTableCellsFormShowingEventArgs is the data class for the following events:
The RichEditControl.DeleteTableCellsFormShowing event occurs before the Delete Cells dialog is invoked. The DeleteTableCellsFormShowingEventArgs class introduces the DeleteTableCellsFormShowingEventArgs.ControllerParameters property, that specifies the information to be displayed in the dialog.
Note, that DeleteTableCellsFormShowingEventArgs objects are automatically created, initialized and passed to the RichEditControl.DeleteTableCellsFormShowing event handlers.
Object EventArgs ShowFormEventArgs FormShowingEventArgs DeleteTableCellsFormShowingEventArgs
See Also
DeleteTableCellsFormShowingEventArgs Members
How to: Customize the Hyperlink Form
How to: Customize the Find and Replace Dialog in Rich Text Editor for WinForms