'Declaration
Public Delegate Sub NodeAttributeEventHandler( _ ByVal args As NNodeAttributeEventArgs _ )
'Usage
Dim instance As New NodeAttributeEventHandler(AddressOf HandlerMethod)
public delegate void NodeAttributeEventHandler( NNodeAttributeEventArgs args )
Parameters
- args