共用方式為


INSWindowDelegate 介面

定義

[Foundation.Protocol(Name="NSWindowDelegate", WrapperType=typeof(AppKit.NSWindowDelegateWrapper))]
public interface INSWindowDelegate : IDisposable, ObjCRuntime.INativeObject
type INSWindowDelegate = interface
    interface INativeObject
    interface IDisposable
衍生
屬性
實作

屬性

Handle

處理非受控物件標記法) (指標。

(繼承來源 INativeObject)

擴充方法

CustomWindowsToEnterFullScreen(INSWindowDelegate, NSWindow)
CustomWindowsToExitFullScreen(INSWindowDelegate, NSWindow)
DidBecomeKey(INSWindowDelegate, NSNotification)
DidBecomeMain(INSWindowDelegate, NSNotification)
DidChangeBackingProperties(INSWindowDelegate, NSNotification)
DidChangeScreen(INSWindowDelegate, NSNotification)
DidChangeScreenProfile(INSWindowDelegate, NSNotification)
DidDecodeRestorableState(INSWindowDelegate, NSWindow, NSCoder)
DidDeminiaturize(INSWindowDelegate, NSNotification)
DidEndLiveResize(INSWindowDelegate, NSNotification)
DidEndSheet(INSWindowDelegate, NSNotification)
DidEnterFullScreen(INSWindowDelegate, NSNotification)
DidEnterVersionBrowser(INSWindowDelegate, NSNotification)
DidExitFullScreen(INSWindowDelegate, NSNotification)
DidExitVersionBrowser(INSWindowDelegate, NSNotification)
DidExpose(INSWindowDelegate, NSNotification)
DidFailToEnterFullScreen(INSWindowDelegate, NSWindow)
DidFailToExitFullScreen(INSWindowDelegate, NSWindow)
DidMiniaturize(INSWindowDelegate, NSNotification)
DidMove(INSWindowDelegate, NSNotification)
DidResignKey(INSWindowDelegate, NSNotification)
DidResignMain(INSWindowDelegate, NSNotification)
DidResize(INSWindowDelegate, NSNotification)
DidUpdate(INSWindowDelegate, NSNotification)
ShouldDragDocumentWithEvent(INSWindowDelegate, NSWindow, NSEvent, CGPoint, NSPasteboard)
ShouldPopUpDocumentPathMenu(INSWindowDelegate, NSWindow, NSMenu)
ShouldZoom(INSWindowDelegate, NSWindow, CGRect)
StartCustomAnimationToEnterFullScreen(INSWindowDelegate, NSWindow, Double)
StartCustomAnimationToExitFullScreen(INSWindowDelegate, NSWindow, Double)
WillBeginSheet(INSWindowDelegate, NSNotification)
WillClose(INSWindowDelegate, NSNotification)
WillEncodeRestorableState(INSWindowDelegate, NSWindow, NSCoder)
WillEnterFullScreen(INSWindowDelegate, NSNotification)
WillEnterVersionBrowser(INSWindowDelegate, NSNotification)
WillExitFullScreen(INSWindowDelegate, NSNotification)
WillExitVersionBrowser(INSWindowDelegate, NSNotification)
WillMiniaturize(INSWindowDelegate, NSNotification)
WillMove(INSWindowDelegate, NSNotification)
WillPositionSheet(INSWindowDelegate, NSWindow, NSWindow, CGRect)
WillResize(INSWindowDelegate, NSWindow, CGSize)
WillResizeForVersionBrowser(INSWindowDelegate, NSWindow, CGSize, CGSize)
WillReturnFieldEditor(INSWindowDelegate, NSWindow, NSObject)
WillReturnUndoManager(INSWindowDelegate, NSWindow)
WillStartLiveResize(INSWindowDelegate, NSNotification)
WillUseFullScreenContentSize(INSWindowDelegate, NSWindow, CGSize)
WillUseFullScreenPresentationOptions(INSWindowDelegate, NSWindow, NSApplicationPresentationOptions)
WillUseStandardFrame(INSWindowDelegate, NSWindow, CGRect)
WindowShouldClose(INSWindowDelegate, NSObject)

適用於