Group: Forum Members
Last Active: 11 Years Ago
Posts: 29,
Visits: 1
|
I have created and array of connectors in my project and I need to create an event for each one of them so that when the user press the click in one of them one event should be executed:
AddHandler NLine(CountLines).Click, AddressOf OnClickPressed
Private Sub OnClickPressed(ByVal args As Nevron.Diagram.NNodeViewEventArgs)
'some code
End Sub
But it doesn't work. Does anybody can help me ?
|