/// <summary> /// Executes the subscriber. /// </summary> public void notify(Y_.Array args, CustomEvent ce){}
/// <summary> /// Executes the subscriber. /// </summary> public void notify(Y_.Array args, CustomEvent ce) { }
/// <summary> /// Propagate an event. Requires the event-custom-complex module. /// </summary> public object bubble(CustomEvent evt){return null;}
/// <summary> /// Walks up the parent axis of an event's target, and tests each element /// against a supplied filter function. If any Nodes, including the container, /// satisfy the filter, the delegated callback will be triggered for each. /// Hosted as a protected property of the `delegate` method (e.g. /// `Y.delegate._applyFilter`). /// </summary> protected Node _applyFilter(JsAction filter, Y_.Array args, CustomEvent ce) { return(null); }
/// <summary> /// Walks up the parent axis of an event's target, and tests each element /// against a supplied filter function. If any Nodes, including the container, /// satisfy the filter, the delegated callback will be triggered for each. /// Hosted as a protected property of the `delegate` method (e.g. /// `Y.delegate._applyFilter`). /// </summary> protected Node _applyFilter(JsAction filter, Y_.Array args, CustomEvent ce){return null;}
/// <summary> /// Propagate an event. Requires the event-custom-complex module. /// </summary> public object bubble(CustomEvent evt) { return(null); }