Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub OnValueChanging( _ ByVal args As PropertyChangingEventArgs(Of T) _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As UXUpDownItemsBase(Of T) Dim args As PropertyChangingEventArgs(Of T) instance.OnValueChanging(args) |
C# | |
---|---|
protected virtual void OnValueChanging( PropertyChangingEventArgs<T> args ) |
Delphi | |
---|---|
protected procedure OnValueChanging( args: PropertyChangingEventArgs ); virtual; |
JScript | |
---|---|
protected function OnValueChanging( args : PropertyChangingEventArgs ); |
Managed Extensions for C++ | |
---|---|
protected: virtual void OnValueChanging( PropertyChangingEventArgs<T*>* args ) |
C++/CLI | |
---|---|
protected: virtual void OnValueChanging( PropertyChangingEventArgs<T^>^ args ) |
Parameters
- args
- Event args.
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