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
namespaceUristringSpecifies the IEvent.NamespaceUri of the event.
typestringSpecifies the IEvent.Type of the event.
Returns
- bool
trueif the implementation can generate and dispatch this event type,falseotherwise.