MonobjcMonobjc Documented Class Library
NSWindow..::..WindowWillStartLiveResizeEventHandler Delegate
NamespacesMonobjc.AppKitNSWindowNSWindow..::..WindowWillStartLiveResizeEventHandler

Informs the delegate that the window is about to be live resized.

Original signature is '- (void)windowWillStartLiveResize:(NSNotification *)notification'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void WindowWillStartLiveResizeEventHandler(
	NSNotification notification
)
Public Delegate Sub WindowWillStartLiveResizeEventHandler ( _
	notification As NSNotification _
)
public delegate void WindowWillStartLiveResizeEventHandler(
	NSNotification^ notification
)
Parameters
notification (NSNotification)
A notification named NSWindowWillStartLiveResizeNotification.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)