PrintTaskSettingsActivatedEventArgs
PrintTaskSettingsActivatedEventArgs
PrintTaskSettingsActivatedEventArgs
PrintTaskSettingsActivatedEventArgs
Class
Definition
Provides information in response to the event that is raised when print task settings are activated.
Overview of Printing in Windows 8
JavaScript This type appears as WebUIPrintTaskSettingsActivatedEventArgs.
public : sealed class PrintTaskSettingsActivatedEventArgs : IActivatedEventArgs, IPrintTaskSettingsActivatedEventArgspublic sealed class PrintTaskSettingsActivatedEventArgs : IActivatedEventArgs, IPrintTaskSettingsActivatedEventArgsPublic NotInheritable Class PrintTaskSettingsActivatedEventArgs Implements IActivatedEventArgs, IPrintTaskSettingsActivatedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Activation.ActivatedEventsContract (introduced v1)
|
Properties
Configuration Configuration Configuration Configuration
Gets the configuration information for the print task.
public : PrintTaskConfiguration Configuration { get; }public PrintTaskConfiguration Configuration { get; }Public ReadOnly Property Configuration As PrintTaskConfiguration// You can use this property in JavaScript.
The print task configuration information.
Kind Kind Kind Kind
Gets the activation type for the print task settings.
public : ActivationKind Kind { get; }public ActivationKind Kind { get; }Public ReadOnly Property Kind As ActivationKind// You can use this property in JavaScript.
The type of activation for the print task.
PreviousExecutionState PreviousExecutionState PreviousExecutionState PreviousExecutionState
Gets the execution state of the app before the settings were activated.
public : ApplicationExecutionState PreviousExecutionState { get; }public ApplicationExecutionState PreviousExecutionState { get; }Public ReadOnly Property PreviousExecutionState As ApplicationExecutionState// You can use this property in JavaScript.
- Value
- ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState
The execution state of the app.
SplashScreen SplashScreen SplashScreen SplashScreen
Gets the splash screen object which provides information about the transition from the splash screen to the activated app.
public : SplashScreen SplashScreen { get; }public SplashScreen SplashScreen { get; }Public ReadOnly Property SplashScreen As SplashScreen// You can use this property in JavaScript.
The object that provides splash screen information.