Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / WinForms / Managed / System / WinForms / RequestResizeEvent.cs / 1 / RequestResizeEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; ////// /// public class ContentsResizedEventArgs : EventArgs { readonly Rectangle newRectangle; ////// Provides data for the ///event. /// /// /// public ContentsResizedEventArgs(Rectangle newRectangle) { this.newRectangle = newRectangle; } ////// Initializes a new instance of the ////// class. /// /// /// public Rectangle NewRectangle { get { return newRectangle; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Represents the requested size of the ///control. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; ////// /// public class ContentsResizedEventArgs : EventArgs { readonly Rectangle newRectangle; ////// Provides data for the ///event. /// /// /// public ContentsResizedEventArgs(Rectangle newRectangle) { this.newRectangle = newRectangle; } ////// Initializes a new instance of the ////// class. /// /// /// public Rectangle NewRectangle { get { return newRectangle; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Represents the requested size of the ///control. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TypeLibConverter.cs
- EventArgs.cs
- TextMetrics.cs
- MetadataSerializer.cs
- TemplateBindingExpressionConverter.cs
- DataTableReader.cs
- SiteMapDataSourceView.cs
- StandardBindingElement.cs
- ChildrenQuery.cs
- figurelengthconverter.cs
- PeerNameResolver.cs
- ChannelEndpointElement.cs
- TypedDataSetSchemaImporterExtension.cs
- WebPartTracker.cs
- ASCIIEncoding.cs
- CookieParameter.cs
- EpmContentDeSerializer.cs
- RequestResponse.cs
- ToolStripItemClickedEventArgs.cs
- ThreadStateException.cs
- DesignerVerb.cs
- ScriptBehaviorDescriptor.cs
- PersistChildrenAttribute.cs
- XmlSchemaInfo.cs
- SafeIUnknown.cs
- XmlCharCheckingWriter.cs
- Overlapped.cs
- DataGridDetailsPresenter.cs
- listviewsubitemcollectioneditor.cs
- AutoResetEvent.cs
- BuildProviderAppliesToAttribute.cs
- ToolStripTextBox.cs
- DBPropSet.cs
- ListViewPagedDataSource.cs
- RectangleHotSpot.cs
- SrgsText.cs
- DataListItem.cs
- PerformanceCounterCategory.cs
- WebPartDisplayModeEventArgs.cs
- IdentityHolder.cs
- QilSortKey.cs
- Point3D.cs
- SafeBuffer.cs
- TextParagraph.cs
- PowerEase.cs
- Pen.cs
- ActivityExecutionWorkItem.cs
- TemplateBindingExtension.cs
- ToolStripContainer.cs
- ThrowOnMultipleAssignment.cs
- HandlerFactoryWrapper.cs
- Ref.cs
- SemanticResultKey.cs
- SqlTypesSchemaImporter.cs
- FrameSecurityDescriptor.cs
- MailHeaderInfo.cs
- IApplicationTrustManager.cs
- RelationshipEndCollection.cs
- QilSortKey.cs
- CqlParserHelpers.cs
- NonClientArea.cs
- DataTableMapping.cs
- DragSelectionMessageFilter.cs
- ColumnResizeAdorner.cs
- PackageStore.cs
- ReadOnlyHierarchicalDataSource.cs
- EndEvent.cs
- ReadWriteObjectLock.cs
- ArgumentException.cs
- RtfControls.cs
- ListControlDataBindingHandler.cs
- MSAAEventDispatcher.cs
- MultipleViewPatternIdentifiers.cs
- CharacterString.cs
- GlyphTypeface.cs
- ContainerUtilities.cs
- InputMethod.cs
- AutomationFocusChangedEventArgs.cs
- LinkButton.cs
- FlatButtonAppearance.cs
- HtmlWindowCollection.cs
- Tokenizer.cs
- Privilege.cs
- CreateUserWizardDesigner.cs
- Attributes.cs
- DataGridViewCellConverter.cs
- CroppedBitmap.cs
- MenuItem.cs
- Documentation.cs
- IntSecurity.cs
- ChannelSinkStacks.cs
- Vector3DValueSerializer.cs
- Base64Stream.cs
- RegexNode.cs
- SspiSafeHandles.cs
- RegistryKey.cs
- SystemThemeKey.cs
- BindValidator.cs
- QilPatternFactory.cs
- PeerCollaboration.cs