BCGSoft.Controls.PropertyList Namespace > PropertyListControl Class : ValidateProperty Event |
'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
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.
Property | Description |
---|---|
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 . |
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