TVViewElement.DispatchEventAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| DispatchEventAsync(String, Boolean, Boolean, NSDictionary<NSString,NSObject>) | |
| DispatchEventAsync(TVElementEventType, Boolean, Boolean, NSDictionary<NSString,NSObject>) |
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
- extraInfo
- NSDictionary<NSString,NSObject>
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
- type
- TVElementEventType
- canBubble
- Boolean
- isCancellable
- Boolean
- extraInfo
- NSDictionary<NSString,NSObject>
Returns
- Attributes