Hello everyone. I am just learning VB.NET, and I have a question. I'm having trouble understanding what exactly ByVal e As System.EventArgs means, and how I would use it. Google helped me learn about sender, but it doesn't seem able to shed any light on e.
Here is my problem. I want to call a subroutine from another sub, but I don't know what to specify for e. I have a sub that runs when the user changes the value in a combo box. I need to call this sub again later from another sub. I know how to pass along the sender properly, but I just don't know what to do with e.
Thanks in advance.
Here is my problem. I want to call a subroutine from another sub, but I don't know what to specify for e. I have a sub that runs when the user changes the value in a combo box. I need to call this sub again later from another sub. I know how to pass along the sender properly, but I just don't know what to do with e.
Thanks in advance.