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