BCGControlBar Library for .NET
ValidatePropertyEventArgs Constructor




The property to validate a value.
The value of the property to be validated.
Initializes a new instance of the SelectionChangeEventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal prop As PropertyListItem, _
   ByVal newValue As Object _
)
'Usage
 
Dim prop As PropertyListItem
Dim newValue As Object
 
Dim instance As New ValidatePropertyEventArgs(prop, newValue)
public ValidatePropertyEventArgs( 
   PropertyListItem prop,
   object newValue
)
public: ValidatePropertyEventArgs( 
   PropertyListItem* prop,
   Object* newValue
)
public:
ValidatePropertyEventArgs( 
   PropertyListItem^ prop,
   Object^ newValue
)

Parameters

prop
The property to validate a value.
newValue
The value of the property to be validated.
Requirements

Target Platforms: 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

Reference

ValidatePropertyEventArgs Class
ValidatePropertyEventArgs Members

Send Feedback