Removes the callbacks for the specified events.
T in DurandalEventSupport<T>
Creates a subscription or registers a callback for the specified event.
One or more events, separated by white space.
A subscription is returned.
Creates a subscription or registers a callback for the specified event.
One or more events, separated by white space.
T in DurandalEventSupport<T>
The events object is returned for chaining.
Creates a function that will trigger the specified events when called. Simplifies proxying jQuery (or other) events through to the events object.
One or more events, separated by white space to trigger by invoking the returned function.
Function
Calling the function will invoke the previously specified events on the events object.
Triggers the specified events.
T in DurandalEventSupport<T>