Class OpenEventArgs
Provides information about an OnOpen event being triggered.
Inheritance
System.Object
OpenEventArgs
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public class OpenEventArgs : Object
Constructors
OpenEventArgs()
Declaration
public OpenEventArgs()
Properties
Cancel
Gets or sets whether the current action should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |
Container
Gets the container element of the dialog.
Declaration
public DOM Container { get; set; }
Property Value
Type | Description |
---|---|
DOM |
Element
Gets the element of the dialog.
Declaration
public DOM Element { get; set; }
Property Value
Type | Description |
---|---|
DOM |
Name
Gets the name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | System.String |
PreventFocus
Gets or sets whether the default focus on the first focusable element in a dialog can be prevented.
Declaration
public bool PreventFocus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | System.Boolean |