Does every control's every event has following parameters?
1) object sender
2) RoutedEventArgs e
Actually i am creating one plugin and i need to check if there is any event exists in the .xaml file.
Does every control's every event has following parameters?
1) object sender
2) RoutedEventArgs e
Actually i am creating one plugin and i need to check if there is any event exists in the .xaml file.