C# Class FisSst.BlazorMaps.JsInterops.Events.EventedJsInterop

Inheritance: BaseJsInterop, IEventedJsInterop
Exibir arquivo Open project: fis-sst/BlazorMaps

Public Methods

Method Description
EventedJsInterop ( IJSRuntime jsRuntime ) : FisSst.BlazorMaps.JsInterops.Base
OnCallback ( DotNetObjectReference eventedClass, IJSObjectReference evented, string eventType ) : ValueTask

Method Details

EventedJsInterop() public method

public EventedJsInterop ( IJSRuntime jsRuntime ) : FisSst.BlazorMaps.JsInterops.Base
jsRuntime IJSRuntime
return FisSst.BlazorMaps.JsInterops.Base

OnCallback() public method

public OnCallback ( DotNetObjectReference eventedClass, IJSObjectReference evented, string eventType ) : ValueTask
eventedClass DotNetObjectReference
evented IJSObjectReference
eventType string
return ValueTask