Intersoft ClientUI Documentation
OnValueChanging Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXNumericUpDown Class : OnValueChanging Method






e
Event args.
Raises the ValueChanging event when Value property is changing.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnValueChanging( _
   ByVal e As PropertyChangingEventArgs(Of Nullable(Of Decimal)) _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXNumericUpDown
Dim e As PropertyChangingEventArgs(Of Nullable(Of Decimal))
 
instance.OnValueChanging(e)
C# 
protected override void OnValueChanging( 
   PropertyChangingEventArgs<Nullable<decimal>> e
)
Delphi 
protected procedure OnValueChanging( 
    e: PropertyChangingEventArgs
); override; 
JScript 
protected override function OnValueChanging( 
   e : PropertyChangingEventArgs
);
Managed Extensions for C++ 
protected: void OnValueChanging( 
   PropertyChangingEventArgs<Nullable<decimal>>* e
) override 
C++/CLI 
protected:
void OnValueChanging( 
   PropertyChangingEventArgs<Nullable<decimal>>^ e
) override 

Parameters

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