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

DXDialog.OkButtonClick Event

Occurs when the user clicks the Ok button.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public event CancelEventHandler OkButtonClick

Event Data

The OkButtonClick event's data class is CancelEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled.

Remarks

Handle the OkButtonClick event to respond to clicking the Ok button.

See Also