博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Treeview SelectedNodeChanged event not firing
阅读量:4340 次
发布时间:2019-06-07

本文共 729 字,大约阅读时间需要 2 分钟。

Ref: ()

Ref: ()

The text of a node in the control can be in one of two modes: selection mode or navigation mode. By default, a node is in selection mode. To put a node into navigation mode, set the node's property to a value other than an empty string (""). To put a node into selection mode, set the node's property to an empty string.

 

By default, clicking a node that is in selection mode posts the page back to the server and raises the event. You can optionally specify a different event to raise by setting the node's SelectAction property. For more information, see . To determine which node was clicked in selection mode, use the property of the control.

转载于:https://www.cnblogs.com/javafun/archive/2008/06/06/1214862.html

你可能感兴趣的文章
深入理解Java虚拟机&运行时数据区
查看>>
02-环境搭建
查看>>
spring第二冲刺阶段第七天
查看>>
搜索框键盘抬起事件2
查看>>
阿里百川SDK初始化失败 错误码是203
查看>>
透析Java本质-谁创建了对象,this是什么
查看>>
BFS和DFS的java实现
查看>>
关于jquery中prev()和next()的用法
查看>>
一、 kettle开发、上线常见问题以及防错规范步骤
查看>>
eclipse没有server选项
查看>>
CRC码计算及校验原理的最通俗诠释
查看>>
使用Gitbook来编写你的Api文档
查看>>
jquery扩展 $.fn
查看>>
Markdown指南
查看>>
influxDB的安装和简单使用
查看>>
JPA框架学习
查看>>
JPA、JTA、XA相关索引
查看>>
机器分配
查看>>
php opcode缓存
查看>>
springcloud之Feign、ribbon设置超时时间和重试机制的总结
查看>>