Class OverlayModalClickEventArgs
Provides information about an OnOverlayModalClick event being triggered.
Inheritance
System.Object
OverlayModalClickEventArgs
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public class OverlayModalClickEventArgs : Object
Constructors
OverlayModalClickEventArgs()
Declaration
public OverlayModalClickEventArgs()
Properties
Event
Gets the mouse event arguments.
Declaration
public MouseEventArgs Event { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.Web.MouseEventArgs | Microsoft.AspNetCore.Components.Web.MouseEventArgs |
PreventFocus
Gets or sets whether the default focus on the first focusable element in a dialog can be prevented or not.
Declaration
public bool PreventFocus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |