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

Visual Basic
Dim instance As New ControlDataStateEvaluator(AddressOf HandlerMethod)

Syntax

Visual Basic
Public Delegate Function ControlDataStateEvaluator () As ControlDataState
C#
public delegate ControlDataState ControlDataStateEvaluator ()
C++
public delegate ControlDataState ControlDataStateEvaluator ()
J#
/** @delegate */
public delegate ControlDataState ControlDataStateEvaluator ()
JScript

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also