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