共用方式為


UICommand.Invoked 屬性

定義

取得或設定使用者選取 UICommand時所引發之事件的處理常式。

public:
 property UICommandInvokedHandler ^ Invoked { UICommandInvokedHandler ^ get(); void set(UICommandInvokedHandler ^ value); };
UICommandInvokedHandler Invoked();

void Invoked(UICommandInvokedHandler value);
public UICommandInvokedHandler Invoked { get; set; }
var uICommandInvokedHandler = uICommand.invoked;
uICommand.invoked = uICommandInvokedHandler;
Public Property Invoked As UICommandInvokedHandler

屬性值

UICommand相關聯的事件處理常式。

實作

備註

這個屬性可能是 Null

適用於

另請參閱