net9.0-macos
namespace AppKit
{
    [ObsoletedOSPlatform("macos10.13", "Use 'NSSplitViewController' instead.")]
    [Protocol(Name = "NSDrawerDelegate", WrapperType = typeof(NSDrawerDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DrawerDidClose", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "drawerDidClose:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DrawerDidOpen", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "drawerDidOpen:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DrawerWillClose", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "drawerWillClose:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DrawerWillOpen", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSNotification) }, Selector = "drawerWillOpen:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DrawerShouldClose", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSDrawer) }, ReturnType = typeof(bool), Selector = "drawerShouldClose:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DrawerShouldOpen", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSDrawer) }, ReturnType = typeof(bool), Selector = "drawerShouldOpen:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DrawerWillResizeContents", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSDrawer), typeof(CGSize) }, ReturnType = typeof(CGSize), Selector = "drawerWillResizeContents:toSize:")]
    [SupportedOSPlatform("macos")]
    [UnsupportedOSPlatform("maccatalyst")]
    public interface INSDrawerDelegate : INativeObject, IDisposable
}
Assembly Microsoft.macOS , Version=14.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
.NET 6.0-macos7.0-macos8.0-macos9.0-macos
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • Mac Catalyst
  • macOS
  • Built-in API
  • Package-provided API

04/25/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙