Skip to main content

EventToCommand.PassEventArgsToCommand Property

Gets or sets whether the event arguments are passed to the command. This is a dependency property.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false)]
public bool PassEventArgsToCommand { get; set; }

Property Value

Type Default Description
Boolean false

true to pass the event arguments to the command; otherwise, false.

See Also