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

Returns

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