AppActionEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
事件自變數,其中包含應用程式透過 AppAction啟動時所使用的數據。
public ref class AppActionEventArgs : EventArgs
public class AppActionEventArgs : EventArgs
type AppActionEventArgs = class
inherit EventArgs
Public Class AppActionEventArgs
Inherits EventArgs
- 繼承
-
AppActionEventArgs
建構函式
AppActionEventArgs(AppAction) |
初始化 AppActionEventArgs 類別的新執行個體。 |
屬性
AppAction |
AppAction取得觸發這個事件的 。 |