Share via


ExecuteRequestedEventArgs Class

Definition

Provides event data for the ExecuteRequested event.

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

Properties

Parameter

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

Applies to

See also