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




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

Syntax

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

Parameters

sender
args

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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