Intersoft ClientUI Documentation
UXUpDownParseErrorEventArgs Constructor
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXUpDownParseErrorEventArgs Class : UXUpDownParseErrorEventArgs Constructor






eventHandler
text
error
Initializes a new instance of the UXUpDownParseErrorEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal eventHandler As RoutedEvent, _
   ByVal text As String, _
   ByVal error As Exception _
)
Visual Basic (Usage)Copy Code
Dim eventHandler As RoutedEvent
Dim text As String
Dim error As Exception
 
Dim instance As New UXUpDownParseErrorEventArgs(eventHandler, text, error)
C# 
public UXUpDownParseErrorEventArgs( 
   RoutedEvent eventHandler,
   string text,
   Exception error
)
Delphi 
public UXUpDownParseErrorEventArgs( 
    eventHandler: RoutedEvent;
    text: String;
    error: Exception
); 
JScript 
public function UXUpDownParseErrorEventArgs( 
   eventHandler : RoutedEvent,
   text : String,
   error : Exception
);
Managed Extensions for C++ 
public: UXUpDownParseErrorEventArgs( 
   RoutedEvent* eventHandler,
   string* text,
   Exception* error
)
C++/CLI 
public:
UXUpDownParseErrorEventArgs( 
   RoutedEvent^ eventHandler,
   String^ text,
   Exception^ error
)

Parameters

eventHandler
text
error

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.