xamarinmac
namespace NotificationCenter
{
[Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
[Protocol(Name = "NCWidgetListViewDelegate", WrapperType = typeof(NCWidgetListViewDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PerformAddAction", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NCWidgetListViewController) }, Selector = "widgetListPerformAddAction:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReorderRow", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NCWidgetListViewController), typeof(nuint), typeof(nuint) }, Selector = "widgetList:didReorderRow:toRow:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidRemoveRow", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NCWidgetListViewController), typeof(nuint) }, Selector = "widgetList:didRemoveRow:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetViewControllerForRow", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NCWidgetListViewController), typeof(nuint) }, ReturnType = typeof(NSViewController), Selector = "widgetList:viewControllerForRow:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldReorderRow", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NCWidgetListViewController), typeof(nuint) }, ReturnType = typeof(bool), Selector = "widgetList:shouldReorderRow:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldRemoveRow", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NCWidgetListViewController), typeof(nuint) }, ReturnType = typeof(bool), Selector = "widgetList:shouldRemoveRow:")]
public interface INCWidgetListViewDelegate : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("widgetList:viewControllerForRow:")]
[Preserve(Conditional = true)]
NSViewController! GetViewControllerForRow(NCWidgetListViewController! list, nuint row);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |