Intersoft ClientUI Documentation
OnPopUpKeyDown Method



sender
The data for the event.
Occurs when a keyboard key is pressed while the UIElement has focus.
Syntax
Protected Overridable Sub OnPopUpKeyDown( _
   ByVal sender As Object, _
   ByVal e As KeyEventArgs _
) 
Dim instance As UXDateTimePicker
Dim sender As Object
Dim e As KeyEventArgs
 
instance.OnPopUpKeyDown(sender, e)
protected virtual void OnPopUpKeyDown( 
   object sender,
   KeyEventArgs e
)
protected:
virtual void OnPopUpKeyDown( 
   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

UXDateTimePicker Class
UXDateTimePicker Members

Send Feedback