PrintTaskSettingsActivatedEventArgs Class

Definition

Provides information in response to the event that is raised when print task settings are activated.

JavaScript This type appears as WebUIPrintTaskSettingsActivatedEventArgs.

public ref class PrintTaskSettingsActivatedEventArgs sealed : IActivatedEventArgs, IPrintTaskSettingsActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintTaskSettingsActivatedEventArgs final : IActivatedEventArgs, IPrintTaskSettingsActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintTaskSettingsActivatedEventArgs : IActivatedEventArgs, IPrintTaskSettingsActivatedEventArgs
Public NotInheritable Class PrintTaskSettingsActivatedEventArgs
Implements IActivatedEventArgs, IPrintTaskSettingsActivatedEventArgs
Inheritance
Object Platform::Object IInspectable PrintTaskSettingsActivatedEventArgs
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)

Properties

Configuration

Gets the configuration information for the print task.

Kind

Gets the activation type for the print task settings.

PreviousExecutionState

Gets the execution state of the app before the settings were activated.

SplashScreen

Gets the splash screen object which provides information about the transition from the splash screen to the activated app.

Applies to

See also