ICommandHandler Methods
If implemented by a class, provides methods for handling commands in an End-User Designer for Windows Forms.| Name | Description |
|---|---|
| CanHandleCommand(ReportCommand, ref Boolean) | Indicates whether the specified End-User Designer command can be handled. |
| HandleCommand(ReportCommand, Object[]) | Handles the specified End-User Designer command. |
See Also