Method Replace
Replace(TEvent, TEvent)
Replaces a TEvent
combination already bound to a set of Commands.
public void Replace(TEvent oldEventArgs, TEvent newEventArgs)
Parameters
oldEventArgs
TEventThe
TEvent
to be replaced.newEventArgs
TEventThe new
TEvent
to be used.