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




sender
args
Represents the method that will handle the KeyPress event.

Syntax

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

Parameters

sender
args

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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