Intersoft ClientUI Documentation
OnDropDownButtonClick Method



sender
The data for the event.
Occurs when the DropDownButton is click.
Syntax
Protected Overridable Sub OnDropDownButtonClick( _
   ByVal sender As Object, _
   ByVal e As RoutedEventArgs _
) 
Dim instance As UXDateTimePicker
Dim sender As Object
Dim e As RoutedEventArgs
 
instance.OnDropDownButtonClick(sender, e)
protected virtual void OnDropDownButtonClick( 
   object sender,
   RoutedEventArgs e
)
protected:
virtual void OnDropDownButtonClick( 
   Object^ sender,
   RoutedEventArgs^ 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