Version

ParseValueEventArgs Constructor

Creates an instance of the ParseValueEventArgs for use when subscribers are notified that a value is being parsed.
Syntax
'Declaration
 
Public Function New( _
   ByVal control As Control, _
   ByVal originalValue As Object _
)
public ParseValueEventArgs( 
   Control control,
   object originalValue
)

Parameters

control
The calculable element that is having a value read from one of it's properties.
originalValue
The original value that was taken prior to parsing.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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