Command<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
generic <typename T>
public ref class Command sealed : Microsoft::Maui::Controls::Command
public sealed class Command<T> : Microsoft.Maui.Controls.Command
type Command<'T> = class
inherit Command
Public NotInheritable Class Command(Of T)
Inherits Command
类型参数
- T
- 继承
构造函数
Command<T>(Action<T>, Func<T,Boolean>) |
初始化 Command 类的新实例。 |
Command<T>(Action<T>) |
初始化 Command 类的新实例。 |
方法
CanExecute(Object) |
返回一个 Boolean,指示是否能使用给定的参数执行命令。 (继承自 Command) |
ChangeCanExecute() | (继承自 Command) |
Execute(Object) |
调用执行操作 (继承自 Command) |
事件
CanExecuteChanged | (继承自 Command) |