다음을 통해 공유


AppActionEventArgs(AppAction) 생성자

정의

AppActionEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 AppActionEventArgs(Microsoft::Maui::ApplicationModel::AppAction ^ appAction);
public AppActionEventArgs (Microsoft.Maui.ApplicationModel.AppAction appAction);
new Microsoft.Maui.ApplicationModel.AppActionEventArgs : Microsoft.Maui.ApplicationModel.AppAction -> Microsoft.Maui.ApplicationModel.AppActionEventArgs
Public Sub New (appAction As AppAction)

매개 변수

appAction
AppAction

AppAction 이 이벤트를 트리거한 입니다.

적용 대상