Class CommandDescriptorsManager
Represents the manager of the command descriptors ensuring the command descriptors are updated.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Commands.Descriptors
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class CommandDescriptorsManager : Object, IWeakEventListener
Constructors
CommandDescriptorsManager(RadSpreadsheet)
Initializes a new instance of the Command
Declaration
public CommandDescriptorsManager(RadSpreadsheet owner)
Parameters
Rad The RadSpreadsheet 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. |