Opc.Ua.Core
ConditionEnableEventHandler Delegate



Opc.Ua Namespace : ConditionEnableEventHandler Delegate
The current system context.
The condition that raised the event.
True if the condition is moving/has moved to the Enabled state.
Used to receive notifications when a condition is enabled or disabled.
Syntax
'Declaration
 
Public Delegate Function ConditionEnableEventHandler( _
   ByVal context As ISystemContext, _
   ByVal condition As ConditionState, _
   ByVal enabling As Boolean _
) As ServiceResult
'Usage
 
Dim instance As New ConditionEnableEventHandler(AddressOf HandlerMethod)
public delegate ServiceResult ConditionEnableEventHandler( 
   ISystemContext context,
   ConditionState condition,
   bool enabling
)
public delegate ServiceResult^ ConditionEnableEventHandler( 
   ISystemContext^ context,
   ConditionState^ condition,
   bool enabling
)

Parameters

context
The current system context.
condition
The condition that raised the event.
enabling
True if the condition is moving/has moved to the Enabled state.
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

ConditionEnableEventHandler Members
Opc.Ua Namespace