Back to Devexpress

DeleteTableCellsFormShowingEventArgs Class

windowsforms-devexpress-dot-xtrarichedit-690fc460.md

latest2.8 KB
Original Source

DeleteTableCellsFormShowingEventArgs Class

Provides data for the RichEditControl.DeleteTableCellsFormShowing event.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

DeleteTableCellsFormShowingEventArgs is the data class for the following events:

Remarks

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.

Inheritance

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

DevExpress.XtraRichEdit Namespace