共用方式為


Command<T> 類別

定義

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>

建構函式

Command<T>(Action<T>, Func<T,Boolean>)

初始化 Command 類別的新執行個體。

Command<T>(Action<T>)

初始化 Command 類別的新執行個體。

方法

CanExecute(Object)

傳回 Boolean,指出是否可以使用指定的參數來執行 Command。

(繼承來源 Command)
ChangeCanExecute()

傳送 CanExecuteChanged

(繼承來源 Command)
Execute(Object)

叫用 execute Action

(繼承來源 Command)

事件

CanExecuteChanged (繼承來源 Command)

適用於