Method AddHandler
AddHandler(ICommand, EventHandler<EventArgs>)
Add a handler for the given source's event.
public static void AddHandler(ICommand source, EventHandler<EventArgs> handler)
Parameters
sourceICommandhandlerEventHandler<EventArgs>
Add a handler for the given source's event.
public static void AddHandler(ICommand source, EventHandler<EventArgs> handler)
source ICommandhandler EventHandler<EventArgs>