IPrintTaskSettingsActivatedEventArgs Interface

Definition

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

public interface class IPrintTaskSettingsActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3996164297, 52822, 18533, 186, 142, 137, 84, 172, 39, 17, 7)]
struct IPrintTaskSettingsActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(3996164297, 52822, 18533, 186, 142, 137, 84, 172, 39, 17, 7)]
public interface IPrintTaskSettingsActivatedEventArgs : IActivatedEventArgs
Public Interface IPrintTaskSettingsActivatedEventArgs
Implements IActivatedEventArgs
Derived
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

Interface inheritance

IPrintTaskSettingsActivatedEventArgs inherits IActivatedEventArgs. Types that implement IPrintTaskSettingsActivatedEventArgs also implement the interface members of IActivatedEventArgs.

Properties

Configuration

Gets the configuration information for the print task.

Kind

Gets the reason that this app is being activated.

(Inherited from IActivatedEventArgs)
PreviousExecutionState

Gets the execution state of the app before this activation.

(Inherited from IActivatedEventArgs)
SplashScreen

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

(Inherited from IActivatedEventArgs)

Applies to

See also