'Declaration Protected Overridable Sub OnError( _ ByVal e As CalculatorErrorEventArgs _ )
'Usage Dim instance As WinCalculator Dim e As CalculatorErrorEventArgs instance.OnError(e)
protected virtual void OnError( CalculatorErrorEventArgs e )
Parameters
- e
- A CalculatorErrorEventArgs that contains the event data.