| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal eventHandler As RoutedEvent _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim eventHandler As RoutedEvent Dim instance As New UXPopUpEventArgs(eventHandler)  | |
| C# | |
|---|---|
public UXPopUpEventArgs( RoutedEvent eventHandler )  | |
| Delphi | |
|---|---|
public UXPopUpEventArgs( eventHandler: RoutedEvent );  | |
| JScript | |
|---|---|
public function UXPopUpEventArgs( eventHandler : RoutedEvent );  | |
| Managed Extensions for C++ | |
|---|---|
public: UXPopUpEventArgs( RoutedEvent* eventHandler )  | |
| C++/CLI | |
|---|---|
public: UXPopUpEventArgs( RoutedEvent^ eventHandler )  | |
Parameters
- eventHandler
 
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