DXDialog.OkButtonClick Event
Occurs when the user clicks the Ok button.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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