Thursday, August 1, 2013

Is it possible to override an event like a button_click event?


Is this what you are trying to do as this will invoke button2click

private void textProc(object sender, RoutedEventArgs e)
{
button2_Click(sender,e);
}




No comments:

Post a Comment