Class XEventGraph
Syntax
public static class XEventGraph
Methods
TriggerEventHandler<TArgs>(GraphReference, Func<EventHook, Boolean>, TArgs, Func<IGraphParentElement, Boolean>, Boolean)
Declaration
public static void TriggerEventHandler<TArgs>(this GraphReference reference, Func<EventHook, bool> predicate, TArgs args, Func<IGraphParentElement, bool> recurse, bool force)
Parameters
Type Parameters
TriggerEventHandler<TArgs>(GraphStack, Func<EventHook, Boolean>, TArgs, Func<IGraphParentElement, Boolean>, Boolean)
Declaration
public static void TriggerEventHandler<TArgs>(this GraphStack stack, Func<EventHook, bool> predicate, TArgs args, Func<IGraphParentElement, bool> recurse, bool force)
Parameters
Type Parameters