Skip to main content

ButtonInfo.Click Event

Occurs when a button is clicked.

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

#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