Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- InternalResources.cs
- ListCommandEventArgs.cs
- FileLogRecord.cs
- ImageMapEventArgs.cs
- HandlerBase.cs
- DataReaderContainer.cs
- ConstraintStruct.cs
- ConfigurationSettings.cs
- SqlClientPermission.cs
- IRCollection.cs
- PackageRelationshipSelector.cs
- WebPartsSection.cs
- ImageButton.cs
- ProfileInfo.cs
- KeyFrames.cs
- QueryStack.cs
- StrokeIntersection.cs
- TraceSource.cs
- WebConvert.cs
- Number.cs
- ValueUnavailableException.cs
- DeclarativeConditionsCollection.cs
- ToolStripGripRenderEventArgs.cs
- WebSysDescriptionAttribute.cs
- GridViewPageEventArgs.cs
- LogReservationCollection.cs
- SafeProcessHandle.cs
- ConsumerConnectionPointCollection.cs
- DataTemplateKey.cs
- HostVisual.cs
- IteratorFilter.cs
- XPathNode.cs
- BinaryParser.cs
- AdapterUtil.cs
- TextServicesDisplayAttribute.cs
- TreeNodeCollectionEditor.cs
- PreservationFileWriter.cs
- FormViewRow.cs
- DefaultBinder.cs
- Utility.cs
- RoutedPropertyChangedEventArgs.cs
- printdlgexmarshaler.cs
- HtmlInputCheckBox.cs
- NextPreviousPagerField.cs
- TrailingSpaceComparer.cs
- SqlDataSourceStatusEventArgs.cs
- OfTypeExpression.cs
- ResetableIterator.cs
- Rotation3DAnimationUsingKeyFrames.cs
- CodeIdentifier.cs
- MetafileHeaderWmf.cs
- PerformanceCountersBase.cs
- TypedAsyncResult.cs
- ColorAnimation.cs
- DataGridViewColumnEventArgs.cs
- DataObjectFieldAttribute.cs
- ParamArrayAttribute.cs
- GridViewActionList.cs
- SafeProcessHandle.cs
- DataSourceControlBuilder.cs
- Renderer.cs
- IteratorFilter.cs
- Version.cs
- BreakSafeBase.cs
- CatalogPart.cs
- DataException.cs
- ComboBox.cs
- DataGridViewUtilities.cs
- WebPartCatalogCloseVerb.cs
- ConfigurationSectionCollection.cs
- IOThreadTimer.cs
- DesigntimeLicenseContextSerializer.cs
- Opcode.cs
- ColumnClickEvent.cs
- ManagementException.cs
- EdmFunction.cs
- COM2ExtendedTypeConverter.cs
- MenuCommand.cs
- TransactionState.cs
- DataGridViewRowCollection.cs
- IntAverageAggregationOperator.cs
- BinaryFormatterWriter.cs
- EpmCustomContentDeSerializer.cs
- RecipientInfo.cs
- XmlSchemaException.cs
- PrimaryKeyTypeConverter.cs
- ReferenceSchema.cs
- PersonalizationEntry.cs
- Stopwatch.cs
- BindingCompleteEventArgs.cs
- ComplusTypeValidator.cs
- sitestring.cs
- EditCommandColumn.cs
- FilterableAttribute.cs
- DataPagerFieldCommandEventArgs.cs
- ImageConverter.cs
- WindowsRegion.cs
- ProjectionPruner.cs
- Substitution.cs
- FixedFlowMap.cs