ExecuteRequestedEventArgs Class

Definition

Provides event data for the ExecuteRequested event.

public ref class ExecuteRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ExecuteRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ExecuteRequestedEventArgs
Public NotInheritable Class ExecuteRequestedEventArgs
Inheritance
Object Platform::Object IInspectable ExecuteRequestedEventArgs
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Properties

Parameter

Gets the command parameter passed into the Execute method that raised this event.

Applies to

See also