BCGControlBar Library for .NET
NewValue Property (ValidatePropertyEventArgs)




The value of the property to be validated.
Syntax
'Declaration
 
Public ReadOnly Property NewValue As Object
'Usage
 
Dim instance As ValidatePropertyEventArgs
Dim value As Object
 
value = instance.NewValue
public object NewValue {get;}
public: __property Object* get_NewValue();
public:
property Object^ NewValue {
   Object^ get();
}
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