I've got a form that has a standard button on it with the event as shown below:
I'd like to add another parameter to this event but how can I do that? Can I override this event? How?
Thanks a bunch!
Code:
protected void sbRunCondition_Click(object sender, EventArgs e)
{
code omitted...
}
I'd like to add another parameter to this event but how can I do that? Can I override this event? How?
Thanks a bunch!