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