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