WebUIBarcodeScannerPreviewActivatedEventArgs.Kind Property

Definition

Gets the type of action that activated the app.

public:
 property ActivationKind Kind { ActivationKind get(); };
ActivationKind Kind();
public ActivationKind Kind { get; }
var activationKind = webUIBarcodeScannerPreviewActivatedEventArgs.kind;
Public ReadOnly Property Kind As ActivationKind

Property Value

The type of action that activated the app.

Implements

Applies to