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