Skip to main content

ButtonInfo.Click Event

Occurs when a button is clicked.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public event EventHandler Click

#Event Data

The Click event's data class is EventArgs.

#Remarks

Handle the Click event to respond to an end-user clicking the button.

See Also