INSDrawerDelegate Interface

Definition

[Foundation.Protocol(Name="NSDrawerDelegate", WrapperType=typeof(AppKit.NSDrawerDelegateWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, "Use 'NSSplitViewController' instead.")]
public interface INSDrawerDelegate : IDisposable, ObjCRuntime.INativeObject
type INSDrawerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

DrawerDidClose(INSDrawerDelegate, NSNotification)
DrawerDidOpen(INSDrawerDelegate, NSNotification)
DrawerShouldClose(INSDrawerDelegate, NSDrawer)
DrawerShouldOpen(INSDrawerDelegate, NSDrawer)
DrawerWillClose(INSDrawerDelegate, NSNotification)
DrawerWillOpen(INSDrawerDelegate, NSNotification)
DrawerWillResizeContents(INSDrawerDelegate, NSDrawer, CGSize)

Applies to