按钮属性:

编程入门 行业动态 更新时间:2024-10-28 00:25:09
本文介绍了按钮属性: - 的CommandName和CommandArguments的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

什么是它在按钮控制使用tool.How它是编程过程中使用(使用C#)?的CommandName和CommandArguments性能之间的基本区别

What is basic difference between CommandName and CommandArguments properties which is used in Button Control tool.How it is used during programming (using C#)?

推荐答案

的CommandName:获取或设置与传递给Command事件例如Button控件相关联的命令名称删除,编辑,...

CommandName : Gets or sets the command name associated with the Button control that is passed to the Command event e.g. Delete, Edit,...

看一看这篇文章的msdn.microsoft/en-us/library/system.web.ui.webcontrols.buttonmandname.aspx

CommandArguments:传递到Command事件与关联的CommandName一起的可选参数。默认值是的String.Empty

CommandArguments : An optional parameter passed to the Command event along with the associated CommandName. The default value is String.Empty.

有一个看看这篇文章的msdn.microsoft/en-us/library/system.web.ui.webcontrols.buttonmandargument.aspx

更多推荐

按钮属性:

本文发布于:2023-11-09 09:08:20,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1571987.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:按钮   属性

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!