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




sender
The source of the event.
e
A CommandEventArgs containing command data.
Represents the method that will handle an event in which a command is received.

Syntax

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

Parameters

sender
The source of the event.
e
A CommandEventArgs containing command data.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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