'Declaration Protected Overridable Sub OnButtonClick( _
ByVal eThe System.Windows.RoutedEventArgs instance containing the event data.As System.Windows.RoutedEventArgs _
)
protected virtual void OnButtonClick(
System.Windows.RoutedEventArgs e
)
protected: virtual void OnButtonClick(
System.Windows.RoutedEventArgs* e
)
protected:
virtual void OnButtonClick(
System.Windows.RoutedEventArgs^ e
)
Parameters
- e
- The System.Windows.RoutedEventArgs instance containing the event data.