Intersoft ClientUI Documentation
OnParseError Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXUpDownBase<T> Class : OnParseError Method






args
Event args.
Raises the ParseError event when there is an error during parsing.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnParseError( _
   ByVal args As UXUpDownParseErrorEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXUpDownBase(Of T)
Dim args As UXUpDownParseErrorEventArgs
 
instance.OnParseError(args)
C# 
protected virtual void OnParseError( 
   UXUpDownParseErrorEventArgs args
)
Delphi 
protected procedure OnParseError( 
    args: UXUpDownParseErrorEventArgs
); virtual; 
JScript 
protected function OnParseError( 
   args : UXUpDownParseErrorEventArgs
);
Managed Extensions for C++ 
protected: virtual void OnParseError( 
   UXUpDownParseErrorEventArgs* args
) 
C++/CLI 
protected:
virtual void OnParseError( 
   UXUpDownParseErrorEventArgs^ args
) 

Parameters

args
Event args.

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.