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
stringSpecifies the IEvent.NamespaceUri of the event.
type
stringSpecifies the IEvent.Type of the event.
Returns
- bool
true
if the implementation can generate and dispatch this event type,false
otherwise.