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;
///
///
///
/// Provides data for the event.
///
///
public class ContentsResizedEventArgs : EventArgs {
readonly Rectangle newRectangle;
///
///
///
/// Initializes a new instance of the
/// class.
///
///
public ContentsResizedEventArgs(Rectangle newRectangle) {
this.newRectangle = newRectangle;
}
///
///
///
/// Represents the requested size of the control.
///
///
public Rectangle NewRectangle {
get {
return newRectangle;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms {
using System.Diagnostics;
using System;
using System.Drawing;
using Microsoft.Win32;
///
///
///
/// Provides data for the event.
///
///
public class ContentsResizedEventArgs : EventArgs {
readonly Rectangle newRectangle;
///
///
///
/// Initializes a new instance of the
/// class.
///
///
public ContentsResizedEventArgs(Rectangle newRectangle) {
this.newRectangle = newRectangle;
}
///
///
///
/// Represents the requested size of the control.
///
///
public Rectangle NewRectangle {
get {
return newRectangle;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProvidersHelper.cs
- SoapCodeExporter.cs
- XamlToRtfParser.cs
- XmlExpressionDumper.cs
- WebPartDisplayModeEventArgs.cs
- ComPlusDiagnosticTraceRecords.cs
- EntitySetRetriever.cs
- ApplicationServiceManager.cs
- NullableLongMinMaxAggregationOperator.cs
- UserPreferenceChangingEventArgs.cs
- DirectoryObjectSecurity.cs
- DataGridCommandEventArgs.cs
- CompiledRegexRunner.cs
- Int32RectValueSerializer.cs
- ThreadAbortException.cs
- PrimitiveXmlSerializers.cs
- CompilerCollection.cs
- ZipIOLocalFileHeader.cs
- MediaTimeline.cs
- DriveNotFoundException.cs
- XmlSchemaRedefine.cs
- OleDbRowUpdatedEvent.cs
- XmlHierarchyData.cs
- SystemWebExtensionsSectionGroup.cs
- MenuEventArgs.cs
- Events.cs
- EtwTrackingBehavior.cs
- NamespaceTable.cs
- SolidBrush.cs
- RemotingServices.cs
- Switch.cs
- FormViewDeletedEventArgs.cs
- RbTree.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- BoundColumn.cs
- PersonalizationProviderHelper.cs
- SqlCacheDependencyDatabaseCollection.cs
- DurationConverter.cs
- ListViewDataItem.cs
- JoinQueryOperator.cs
- RunInstallerAttribute.cs
- SendKeys.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- TimeoutTimer.cs
- DesignTable.cs
- DataStorage.cs
- LoginNameDesigner.cs
- ColumnBinding.cs
- Enum.cs
- IssuedSecurityTokenProvider.cs
- PrintPreviewControl.cs
- PtsCache.cs
- PeerCollaboration.cs
- CodeCompileUnit.cs
- QuaternionConverter.cs
- InputDevice.cs
- ComplexTypeEmitter.cs
- TouchDevice.cs
- FieldToken.cs
- MenuItemBinding.cs
- TextUtf8RawTextWriter.cs
- WindowsBrush.cs
- EncryptedXml.cs
- UseAttributeSetsAction.cs
- NamespaceInfo.cs
- TcpClientSocketManager.cs
- SqlBuffer.cs
- ApplicationBuildProvider.cs
- HwndAppCommandInputProvider.cs
- ParameterBuilder.cs
- AdornerPresentationContext.cs
- validationstate.cs
- AuthenticationService.cs
- HttpHandlerAction.cs
- MultiDataTrigger.cs
- EncryptRequest.cs
- NameSpaceExtractor.cs
- CodeMethodInvokeExpression.cs
- TextCollapsingProperties.cs
- DesignerActionKeyboardBehavior.cs
- TimerEventSubscriptionCollection.cs
- Choices.cs
- TextStore.cs
- HyperlinkAutomationPeer.cs
- Image.cs
- Size3D.cs
- DbParameterCollectionHelper.cs
- TemplatedWizardStep.cs
- ListItemCollection.cs
- File.cs
- Clause.cs
- ViewCellRelation.cs
- _NegoState.cs
- CornerRadius.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- CursorConverter.cs
- BamlResourceSerializer.cs
- WindowPattern.cs
- XmlMtomWriter.cs
- GlobalProxySelection.cs