ITVDocumentViewControllerDelegate Interface

Definition

This interface represents the Objective-C protocol TVDocumentViewControllerDelegate.

[Foundation.Protocol(Name="TVDocumentViewControllerDelegate", WrapperType=typeof(TVMLKit.TVDocumentViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillUpdate", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVDocumentViewController) }, Selector="documentViewControllerWillUpdate:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdate", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVDocumentViewController) }, Selector="documentViewControllerDidUpdate:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdate", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVDocumentViewController), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>) }, Selector="documentViewController:didUpdateWithContext:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailUpdate", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVDocumentViewController), typeof(Foundation.NSError) }, Selector="documentViewController:didFailUpdateWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="HandleEvent", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVDocumentViewController), typeof(Foundation.NSString), typeof(TVMLKit.TVViewElement) }, ReturnType=typeof(System.Boolean), Selector="documentViewController:handleEvent:withElement:")]
public interface ITVDocumentViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="TVDocumentViewControllerDelegate", WrapperType=typeof(TVMLKit.TVDocumentViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillUpdate", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVDocumentViewController) }, Selector="documentViewControllerWillUpdate:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdate", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVDocumentViewController) }, Selector="documentViewControllerDidUpdate:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdate", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVDocumentViewController), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>) }, Selector="documentViewController:didUpdateWithContext:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailUpdate", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVDocumentViewController), typeof(Foundation.NSError) }, Selector="documentViewController:didFailUpdateWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="HandleEvent", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVDocumentViewController), typeof(Foundation.NSString), typeof(TVMLKit.TVViewElement) }, ReturnType=typeof(System.Boolean), Selector="documentViewController:handleEvent:withElement:")>]
type ITVDocumentViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to