HasCommand(String)
Check if a Command is registered for a given Notification
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public abstract bool HasCommand( string notificationName )
Parameters
notificationName
Stringwhether a Command is currently registered for the given notificationName.
Returns
Boolean