Intersoft ClientUI Documentation
OnPopupClosed Method



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