Class CommandDescriptorsManager
Represents the manager of the command descriptors ensuring the command descriptors are updated.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Commands.Descriptors
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class CommandDescriptorsManager : IWeakEventListener
Constructors
CommandDescriptorsManager(RadSpreadsheetElement)
Initializes a new instance of the Command
Declaration
public CommandDescriptorsManager(RadSpreadsheetElement owner)
Parameters
Rad The RadSpreadsheetElement owning the manager. |
Methods
ReceiveWeakEvent(Type, Object, EventArgs)
Receives events from the centralized event manager.
Declaration
public bool ReceiveWeakEvent(Type managerType, object sender, EventArgs e)
Parameters
System. The type of the System. |
System. Object that originated the event. |
System. Event data. |
Returns
System. true if the listener handled the event. It is considered an error by
the System. |