March 2003
Intermediate to advanced
896 pages
32h 35m
English
ContentsResizedEventArgs
These are the EventArgs for the
ContentsResized event, raised by the
RichTextBox class when a contained element is
resized. It allows you to retrieve the
NewRectangle for the contents.
public class ContentsResizedEventArgs : EventArgs { // Public Constructors public ContentsResizedEventArgs(System.Drawing.Rectangle newRectangle); // Public Instance Properties public Rectangle NewRectangle{get; } }
System.Object
→ System.EventArgs → ContentsResizedEventArgs
ContentsResizedEventHandler.{BeginInvoke(),
Invoke()},
RichTextBox.OnContentsResized()
Read now
Unlock full access