Share via


ITVBrowserViewControllerDelegate Interface

Definition

This interface represents the Objective-C protocol TVBrowserViewControllerDelegate.

[Foundation.Protocol(Name="TVBrowserViewControllerDelegate", WrapperType=typeof(TVMLKit.TVBrowserViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillCenterOnViewElement", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVBrowserViewController), typeof(TVMLKit.TVViewElement) }, Selector="browserViewController:willCenterOnViewElement:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidCenterOnViewElement", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVBrowserViewController), typeof(TVMLKit.TVViewElement) }, Selector="browserViewController:didCenterOnViewElement:")]
public interface ITVBrowserViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="TVBrowserViewControllerDelegate", WrapperType=typeof(TVMLKit.TVBrowserViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillCenterOnViewElement", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVBrowserViewController), typeof(TVMLKit.TVViewElement) }, Selector="browserViewController:willCenterOnViewElement:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidCenterOnViewElement", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(TVMLKit.TVBrowserViewController), typeof(TVMLKit.TVViewElement) }, Selector="browserViewController:didCenterOnViewElement:")>]
type ITVBrowserViewControllerDelegate = 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