S
samlee
inside delegate function like,
private void foo(object sender, EventArgs e){...}
Only sender object is given, is there any method to get the type of
event that actually called this function?
TIA
private void foo(object sender, EventArgs e){...}
Only sender object is given, is there any method to get the type of
event that actually called this function?
TIA