HasCommand(String)
Check if a Command is registered for a given Notification
Namespace: PureMVC.Patterns.FacadeAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public bool HasCommand( string notificationName )
Parameters
notificationName
StringReturns
Boolean
whether a Command is currently registered for the given notificationName.