treenode_onclick event

hi all

i have a treeview with some treenode... i want that when i click on a node, for example the manifest node(manifest is the name of the node), appears a form

how can i define the event please help me

protected void TreeNode_OnClick(....) -> thats not correct



Answer this question

treenode_onclick event

  • pecasis

    If you are using the Windows Forms designer available with Visual Studio/Express editions, then you can do this:

    1. Right-click on the TreeView and select Properties.
    2. In the Properties tool window, select the Events toolbar button.
    3. Double-click the ComboBox next to the AfterSelect event and the event will automatically be created


  • treenode_onclick event