Table of Contents

Method CanDispatch

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Dom.dll

CanDispatch(string, string)

Test if the implementation can generate events of a specified type.

public virtual bool CanDispatch(string namespaceUri, string type)

Parameters

namespaceUri string

Specifies the IEvent.NamespaceUri of the event.

type string

Specifies the IEvent.Type of the event.

Returns

bool

true if the implementation can generate and dispatch this event type, false otherwise.