PowerWEB LiveControls for ASP.NET
KeyEventHandler Delegate
See Also  Send comments on this topic.
Dart.LiveControls Namespace : KeyEventHandler Delegate



sender
e
The delegate for the Key event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub KeyEventHandler( _
   ByVal sender As Object, _
   ByVal e As KeyEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New KeyEventHandler(AddressOf HandlerMethod)
C# 
public delegate void KeyEventHandler( 
   object sender,
   KeyEventArgs e
)
C++/CLI 
public delegate void KeyEventHandler( 
   Object^ sender,
   KeyEventArgs^ e
)

Parameters

sender
e

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.