Informs the delegate that a live resize operation on the window has ended.
Original signature is '- (void)windowDidEndLiveResize:(NSNotification *)notification'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public event NSWindow..::..WindowDidEndLiveResizeEventHandler WindowDidEndLiveResize
Public Event WindowDidEndLiveResize As NSWindow..::..WindowDidEndLiveResizeEventHandler
public: event NSWindow..::..WindowDidEndLiveResizeEventHandler^ WindowDidEndLiveResize { void add (NSWindow..::..WindowDidEndLiveResizeEventHandler^ value); void remove (NSWindow..::..WindowDidEndLiveResizeEventHandler^ value); }

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