C# Class Smrf.NodeXL.ExcelTemplate.CommandDispatcher

Centralizes the sending and receiving of event-based commands.
This static class is used by senders to send event-based commands, and by receivers to receive such commands. See the class for details on the "chain of responsibility" pattern that NodeXL uses for sending commands from one UI object to another -- from the Ribbon to the TaskPane, for example.
Inheritance: Object
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Méthode Description
SendCommand ( Object sender, RunCommandEventArgs runCommandEventArgs ) : void
SendNoParamCommand ( Object sender, NoParamCommand noParamCommand ) : void

Method Details

SendCommand() public static méthode

public static SendCommand ( Object sender, RunCommandEventArgs runCommandEventArgs ) : void
sender Object
runCommandEventArgs RunCommandEventArgs
Résultat void

SendNoParamCommand() public static méthode

public static SendNoParamCommand ( Object sender, NoParamCommand noParamCommand ) : void
sender Object
noParamCommand NoParamCommand
Résultat void