Skip to main content
A newer version of this page is available. .

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.v22.1.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