Version

ParseValueEventArgs Constructor

Initializes a new ParseValueEventArgs
Syntax
'Declaration
 
Public Function New( _
   ByVal control As Control, _
   ByVal originalValue As Object _
)
public ParseValueEventArgs( 
   Control control,
   object originalValue
)

Parameters

control
Returns the control whose value is being parsed.
originalValue
The original value of the control. This value will be the value of whatever property of the control is specified by the PropertyName property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also