WebUIPrintTaskSettingsActivatedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provided in response to the event that is raised when print task settings are activated.
public ref class WebUIPrintTaskSettingsActivatedEventArgs sealed : IActivatedEventArgs, IPrintTaskSettingsActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIPrintTaskSettingsActivatedEventArgs final : IActivatedEventArgs, IPrintTaskSettingsActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIPrintTaskSettingsActivatedEventArgs : IActivatedEventArgs, IPrintTaskSettingsActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIPrintTaskSettingsActivatedEventArgs
Implements IActivatedEventArgs, IActivatedEventArgsDeferral, IPrintTaskSettingsActivatedEventArgs
- Inheritance
- Attributes
- Implements
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.ApplicationModel.Activation.ActivatedEventsContract (introduced in v1.0)
|
Remarks
This object is accessed when you implement an event handler for the WinJS.Application.Onactivated or the Windows.UI.WebUI.WebUIApplication.activated events when ActivationKind is printTaskSettings.
Note
This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX).
Properties
ActivatedOperation |
Gets the app activated operation. |
Configuration |
Gets the configuration information for the print task. |
Kind |
Gets the activation type. |
PreviousExecutionState |
Gets the execution state of the app before the settings were activated. |
SplashScreen |
Gets the splash screen object that provides information about the transition from the splash screen to the activated app. |