Dart.Sockets Namespace > ComponentBase Class : OnError Method |
'Declaration Protected Overridable Sub OnError( _ ByVal e As ErrorEventArgs _ )
'Usage Dim instance As ComponentBase Dim e As ErrorEventArgs instance.OnError(e)
protected virtual void OnError( ErrorEventArgs e )
protected: virtual void OnError( ErrorEventArgs* e )
protected: virtual void OnError( ErrorEventArgs^ e )