ExecuteCommand(INotification)
Execute the ICommand previously registered as the handler for INotifications with the given notification name.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public abstract void ExecuteCommand( INotification notification )
Parameters
notification
INotificationthe INotification to execute the associated ICommand for