BCGControlBar Library for .NET
ValidateProperty Event




Occurs on end editing any property list items. Validates the changes of the property after editing its value.
Syntax
'Declaration
 
Public Event ValidateProperty As ValidatePropertyHandler
'Usage
 
Dim instance As PropertyListControl
Dim handler As ValidatePropertyHandler
 
AddHandler instance.ValidateProperty, handler
public event ValidatePropertyHandler ValidateProperty
public: __event ValidatePropertyHandler* ValidateProperty
public:
event ValidatePropertyHandler^ ValidateProperty
Event Data

The event handler receives an argument of type ValidatePropertyEventArgs containing data related to this event. The following ValidatePropertyEventArgs properties provide information specific to this event.

PropertyDescription
Element The property to validate a value.
NewValue The value of the property to be validated.
Valid Specifies whether a value satisfies the validity constraints of the property .
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

PropertyListControl Class
PropertyListControl Members

Send Feedback