INSDrawerDelegate Interfaccia

Definizione

[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
Derivato
Attributi
Implementazioni

Proprietà

Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da INativeObject)

Metodi di estensione

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

Si applica a