Intersoft ClientUI Documentation
OnPopUpOpened Method



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