Method Add
Add(TEvent, TBinding)
Adds a TEvent
bound to TBinding
to the collection.
public void Add(TEvent eventArgs, TBinding binding)
Parameters
eventArgs
TEventbinding
TBinding
Add(TEvent, params Command[])
Adds a new TEvent
that will trigger the commands in commands
.
If the TEvent
is already bound to a different set of Commands it will be rebound
commands
.
public void Add(TEvent eventArgs, params Command[] commands)