how to pass into event the overload of c # wpf methods, the situation is a button (wpf, mvvm) and there is a textBox 5pcs, you need to call eventom one of the overloaded methods
public void Method1(string a, string b) { } public void Method1(string a, string b, string c) { } It can be possible to organize an "event Action" (maybe throw up examples or a useful article)