xamarinmac
namespace AppKit
{
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Protocol(Name = "NSSpringLoadingDestination", WrapperType = typeof(NSSpringLoadingDestinationWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Activated", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(bool), typeof(NSDraggingInfo) }, Selector = "springLoadingActivated:draggingInfo:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HighlightChanged", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSDraggingInfo) }, Selector = "springLoadingHighlightChanged:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Exited", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSDraggingInfo) }, Selector = "springLoadingExited:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DraggingEnded", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSDraggingInfo) }, Selector = "draggingEnded:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Entered", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSDraggingInfo) }, ReturnType = typeof(NSSpringLoadingOptions), Selector = "springLoadingEntered:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Updated", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSDraggingInfo) }, ReturnType = typeof(NSSpringLoadingOptions), Selector = "springLoadingUpdated:")]
public interface INSSpringLoadingDestination : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("springLoadingHighlightChanged:")]
[Preserve(Conditional = true)]
void HighlightChanged(NSDraggingInfo! draggingInfo);
}
}
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. |