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

notificationNameString
whether a Command is currently registered for the given notificationName.

Returns

Boolean