INCWidgetListViewDelegate Interface

Definition

This interface represents the Objective-C protocol NCWidgetListViewDelegate.

[Foundation.Protocol(Name="NCWidgetListViewDelegate", WrapperType=typeof(NotificationCenter.NCWidgetListViewDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetViewControllerForRow", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(NotificationCenter.NCWidgetListViewController), typeof(System.UIntPtr) }, ReturnType=typeof(AppKit.NSViewController), Selector="widgetList:viewControllerForRow:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PerformAddAction", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(NotificationCenter.NCWidgetListViewController) }, Selector="widgetListPerformAddAction:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldReorderRow", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(NotificationCenter.NCWidgetListViewController), typeof(System.UIntPtr) }, ReturnType=typeof(System.Boolean), Selector="widgetList:shouldReorderRow:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidReorderRow", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(NotificationCenter.NCWidgetListViewController), typeof(System.UIntPtr), typeof(System.UIntPtr) }, Selector="widgetList:didReorderRow:toRow:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldRemoveRow", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(NotificationCenter.NCWidgetListViewController), typeof(System.UIntPtr) }, ReturnType=typeof(System.Boolean), Selector="widgetList:shouldRemoveRow:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidRemoveRow", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(NotificationCenter.NCWidgetListViewController), typeof(System.UIntPtr) }, Selector="widgetList:didRemoveRow:")]
public interface INCWidgetListViewDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NCWidgetListViewDelegate", WrapperType=typeof(NotificationCenter.NCWidgetListViewDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetViewControllerForRow", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(NotificationCenter.NCWidgetListViewController), typeof(System.UIntPtr) }, ReturnType=typeof(AppKit.NSViewController), Selector="widgetList:viewControllerForRow:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PerformAddAction", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(NotificationCenter.NCWidgetListViewController) }, Selector="widgetListPerformAddAction:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldReorderRow", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(NotificationCenter.NCWidgetListViewController), typeof(System.UIntPtr) }, ReturnType=typeof(System.Boolean), Selector="widgetList:shouldReorderRow:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidReorderRow", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(NotificationCenter.NCWidgetListViewController), typeof(System.UIntPtr), typeof(System.UIntPtr) }, Selector="widgetList:didReorderRow:toRow:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldRemoveRow", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(NotificationCenter.NCWidgetListViewController), typeof(System.UIntPtr) }, ReturnType=typeof(System.Boolean), Selector="widgetList:shouldRemoveRow:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidRemoveRow", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(NotificationCenter.NCWidgetListViewController), typeof(System.UIntPtr) }, Selector="widgetList:didRemoveRow:")>]
type INCWidgetListViewDelegate = 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