public delegate bool NodeStateValidateHandler( ISystemContext context, NodeState node )
public delegate bool NodeStateValidateHandler( ISystemContext^ context, NodeState^ node )
'Declaration
Public Delegate Function NodeStateValidateHandler( _ ByVal context As ISystemContext, _ ByVal node As NodeState _ ) As Boolean
'Usage
Dim instance As New NodeStateValidateHandler(AddressOf HandlerMethod)
Parameters
- context
- node