Intersoft ClientUI Documentation
OnListBoxKeyDown Method



Sender.
The data for the event.
Called before the KeyDown event occurs.
Syntax
Protected Sub OnListBoxKeyDown( _
   ByVal sender As Object, _
   ByVal e As KeyEventArgs _
) 
Dim instance As UXListBox
Dim sender As Object
Dim e As KeyEventArgs
 
instance.OnListBoxKeyDown(sender, e)
protected void OnListBoxKeyDown( 
   object sender,
   KeyEventArgs e
)
protected:
void OnListBoxKeyDown( 
   Object^ sender,
   KeyEventArgs^ e
) 

Parameters

sender
Sender.
e
The data for the event.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXListBox Class
UXListBox Members

Send Feedback