RemoveCommand(String)
Remove a previously registered ICommand to INotification mapping from the Controller.
Namespace: PureMVC.Patterns.FacadeAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public void RemoveCommand( string notificationName )
Parameters
notificationName
Stringthe name of the INotification to remove the ICommand mapping for