bitreeviewdatamodelevent.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 40 行

XML
40
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiTreeViewDataModelEvent" extends="BiEvent">	<description>This event class is used with<link class="BiTreeViewDataModel">BiTreeViewDataModel</link> instances so that tree view can be updated to reflect the changes</description>	<arguments>		<argument name="sType">			<description>The event type name</description>			<type>String</type>		</argument>		<argument name="nRowIndex" optional="true">			<description>The row index that caused the data change. Optional.</description>			<type>Number</type>		</argument>		<argument name="nRowCount" optional="true">			<description>The number of rows that was changed. Optional.</description>			<type>Number</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="rowIndex" get="true">			<description>The row index that caused the data change.</description>			<type>Number</type>		</property>		<property name="rowCount" get="true">			<description>The number of rows that was changed.</description>			<type>Number</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?