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.

C# | Visual Basic | Visual C++ |
public void WindowWillStartLiveResizeMessage( NSNotification notification )
Public Sub WindowWillStartLiveResizeMessage ( _ notification As NSNotification _ )
public: void WindowWillStartLiveResizeMessage( NSNotification^ notification )

- notification (NSNotification)
- A notification named NSWindowWillStartLiveResizeNotification.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)