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






e
Spin event args.
Raises the OnValueChanged event when value has been changed.

Syntax

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

Parameters

e
Spin 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.