BCGControlBar Library for .NET
ValidatePropertyHandler Delegate




Represents the method that will handle the ValidateProperty which  occurs on validation  of the  value of the property.

Syntax
'Declaration
 
Public Delegate Sub ValidatePropertyHandler( _
   ByVal sender As Object, _
   ByVal e As ValidatePropertyEventArgs _
) 
'Usage
 
Dim instance As New ValidatePropertyHandler(AddressOf HandlerMethod)
public delegate void ValidatePropertyHandler( 
   object sender,
   ValidatePropertyEventArgs e
)
public: __gc __delegate void ValidatePropertyHandler( 
   Object* sender,
   ValidatePropertyEventArgs* e
)
public delegate void ValidatePropertyHandler( 
   Object^ sender,
   ValidatePropertyEventArgs^ e
)

Parameters

sender
e
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

ValidatePropertyHandler Members
BCGSoft.Controls.PropertyList Namespace

Send Feedback