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.23.2
Syntax public EventParameters EventParameters { get; set; }
Property Value
Type:
EventParametersThe DOM event parameters applicable to the UI events.
See Also