Visual Basic (Declaration) | |
---|---|
Public Delegate Sub KeyDownHandler( _ ByVal sender As Object, _ ByVal args As VtKeyEventArgs _ ) |
Visual Basic (Usage) | ![]() |
---|---|
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
Target Platforms: Microsoft .NET Framework 2.0