ControlDataStateEvaluator Delegate
Serves as a delegate for externalizing the evaluation of the data state of a control. This class supports the Configuration Manager 2007 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As New ControlDataStateEvaluator(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Function ControlDataStateEvaluator () As ControlDataState
public delegate ControlDataState ControlDataStateEvaluator ()
public delegate ControlDataState ControlDataStateEvaluator ()
/** @delegate */
public delegate ControlDataState ControlDataStateEvaluator ()
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
Microsoft.ConfigurationManagement.AdminConsole Namespace
ControlDataState Enumeration
ControlsValidator