Share via


TVViewElement.DispatchEventAsync Method

Definition

Overloads

DispatchEventAsync(String, Boolean, Boolean, NSDictionary<NSString,NSObject>)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<TVMLKit.TVViewElementDispatchResult> DispatchEventAsync(string eventName, bool canBubble, bool isCancellable, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>? extraInfo);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DispatchEventAsync : string * bool * bool * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<TVMLKit.TVViewElementDispatchResult>
override this.DispatchEventAsync : string * bool * bool * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<TVMLKit.TVViewElementDispatchResult>

Parameters

eventName
String
canBubble
Boolean
isCancellable
Boolean

Returns

Attributes

Applies to

DispatchEventAsync(TVElementEventType, Boolean, Boolean, NSDictionary<NSString,NSObject>)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<TVMLKit.TVViewElementDispatchResult> DispatchEventAsync(TVMLKit.TVElementEventType type, bool canBubble, bool isCancellable, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>? extraInfo);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DispatchEventAsync : TVMLKit.TVElementEventType * bool * bool * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<TVMLKit.TVViewElementDispatchResult>
override this.DispatchEventAsync : TVMLKit.TVElementEventType * bool * bool * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<TVMLKit.TVViewElementDispatchResult>

Parameters

canBubble
Boolean
isCancellable
Boolean

Returns

Attributes

Applies to