INSDrawerDelegate Interfaz

Definición

[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
Derivado
Atributos
Implementaciones

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos de extensión

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

Se aplica a