Back to Devexpress

DxMessageBox.OutsideClick Event

blazor-devexpress-dot-blazor-dot-dxmessagebox-77c63b83.md

latest894 B
Original Source

DxMessageBox.OutsideClick Event

Fires when a message box is closed as a result of clicking outside the box’s boundaries.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public EventCallback OutsideClick { get; set; }

Remarks

When the CloseOnOutsideClick property is set to true, the message box closes when a user clicks outside the box’s boundaries. Handle the OutsideClick event to react to this action.

See Also

DxMessageBox Class

DxMessageBox Members

DevExpress.Blazor Namespace