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

notificationINotification
the INotification to execute the associated ICommand for