XRDesignBarManager.RegisterCommandHandler(ICommandHandler) Method
OBSOLETE
The RegisterCommandHandler method is obsolete now. Use the AddCommandHandler method instead.
Registers the specified command handler.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v25.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
[Obsolete("The RegisterCommandHandler method is obsolete now. Use the XRDesignMdiController.AddCommandHandler method instead.")]
public void RegisterCommandHandler(
ICommandHandler handler
)
Parameters
| Name | Type | Description |
|---|---|---|
| handler | ICommandHandler | An object implementing the ICommandHandler interface, that represents the command handler. |
See Also