PowerTCP Emulation for .NET CF
ComponentErrorEventHandler Delegate
See Also  Send comments on this topic.
Dart.Common Namespace : ComponentErrorEventHandler Delegate




sender
The source of the event.
e
A ComponentsErrorEventArgs that contains error arguments.
Represents the method that will handle an event raised due to an component error.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ComponentErrorEventHandler( _
   ByVal sender As Object, _
   ByVal e As ComponentErrorEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New ComponentErrorEventHandler(AddressOf HandlerMethod)
C# 
public delegate void ComponentErrorEventHandler( 
   object sender,
   ComponentErrorEventArgs e
)
Managed Extensions for C++ 
public: __gc __delegate void ComponentErrorEventHandler( 
   Object* sender,
   ComponentErrorEventArgs* e
)
C++/CLI 
public delegate void ComponentErrorEventHandler( 
   Object^ sender,
   ComponentErrorEventArgs^ e
)

Parameters

sender
The source of the event.
e
A ComponentsErrorEventArgs that contains error arguments.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.