Intersoft ClientUI Documentation
OnPopUpOpened Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXDateTimePicker Class : OnPopUpOpened Method






sender
sender
e
The data for the event.
Occurs when the popup is opened.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnPopUpOpened( _
   ByVal sender As Object, _
   ByVal e As ISRoutedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXDateTimePicker
Dim sender As Object
Dim e As ISRoutedEventArgs
 
instance.OnPopUpOpened(sender, e)
C# 
protected virtual void OnPopUpOpened( 
   object sender,
   ISRoutedEventArgs e
)
Delphi 
protected procedure OnPopUpOpened( 
    sender: TObject;
    e: ISRoutedEventArgs
); virtual; 
JScript 
protected function OnPopUpOpened( 
   sender : Object,
   e : ISRoutedEventArgs
);
Managed Extensions for C++ 
protected: virtual void OnPopUpOpened( 
   Object* sender,
   ISRoutedEventArgs* e
) 
C++/CLI 
protected:
virtual void OnPopUpOpened( 
   Object^ sender,
   ISRoutedEventArgs^ e
) 

Parameters

sender
sender
e
The data for the event.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.