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






eventHandler
isError
errorMessage
Initializes a new instance of the UXMaskedInputErrorEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal eventHandler As RoutedEvent, _
   ByVal isError As Boolean, _
   ByVal errorMessage As String _
)
Visual Basic (Usage)Copy Code
Dim eventHandler As RoutedEvent
Dim isError As Boolean
Dim errorMessage As String
 
Dim instance As New UXMaskedInputErrorEventArgs(eventHandler, isError, errorMessage)
C# 
public UXMaskedInputErrorEventArgs( 
   RoutedEvent eventHandler,
   bool isError,
   string errorMessage
)
Delphi 
public UXMaskedInputErrorEventArgs( 
    eventHandler: RoutedEvent;
    isError: Boolean;
    errorMessage: String
); 
JScript 
public function UXMaskedInputErrorEventArgs( 
   eventHandler : RoutedEvent,
   isError : boolean,
   errorMessage : String
);
Managed Extensions for C++ 
public: UXMaskedInputErrorEventArgs( 
   RoutedEvent* eventHandler,
   bool isError,
   string* errorMessage
)
C++/CLI 
public:
UXMaskedInputErrorEventArgs( 
   RoutedEvent^ eventHandler,
   bool isError,
   String^ errorMessage
)

Parameters

eventHandler
isError
errorMessage

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.