Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi Vince, Indeed when you open the NCommand Collection Editor there is no events tab. Actually by default in all standard collection editor this tab is missing. I don't know why. However, if you click on a command in the designer, in the property grid you should be able to see this Events tab.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 7 Years Ago
Posts: 18,
Visits: 2
|
Now I'm starting to feel stupid.
In the Visual Studio 2010 Ultimate IDE I do not see where I can double click to create the event for NCommands. I attached an image of where I am looking.
http://www.threatscanada.ca/staff/clickEvent.jpg
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Private Sub NCommand1_Click(ByVal sender As System.Object, ByVal e As CommandEventArgs) Handles NCommand1.Click End Sub or by double clicking on Click event in property browser.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 7 Years Ago
Posts: 18,
Visits: 2
|
How do I assign a handle to an NCommand click event in vb.net?
|