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 event NSWindow..::..WindowWillStartLiveResizeEventHandler WindowWillStartLiveResize
Public Event WindowWillStartLiveResize As NSWindow..::..WindowWillStartLiveResizeEventHandler
public: event NSWindow..::..WindowWillStartLiveResizeEventHandler^ WindowWillStartLiveResize { void add (NSWindow..::..WindowWillStartLiveResizeEventHandler^ value); void remove (NSWindow..::..WindowWillStartLiveResizeEventHandler^ value); }

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