Click or drag to resize

UiEventModifierParametersEventParameters Property

Gets or sets the DOM event parameters applicable to the UI events.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public EventParameters EventParameters { get; set; }

Property Value

Type: EventParameters
The DOM event parameters applicable to the UI events.
See Also