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
- ListComponentEditor.cs
- ListBoxItemWrapperAutomationPeer.cs
- XmlSortKeyAccumulator.cs
- QuaternionRotation3D.cs
- TemplatedAdorner.cs
- SqlFunctionAttribute.cs
- EventLogPermissionEntry.cs
- ConstraintConverter.cs
- ClientRoleProvider.cs
- ScrollEventArgs.cs
- Figure.cs
- ObjectItemAssemblyLoader.cs
- x509utils.cs
- ReferenceService.cs
- Scalars.cs
- Triangle.cs
- CommandEventArgs.cs
- DocumentReferenceCollection.cs
- SectionInput.cs
- StateChangeEvent.cs
- XmlUrlResolver.cs
- IsolatedStorageException.cs
- InvalidFilterCriteriaException.cs
- ResourceAttributes.cs
- Mutex.cs
- CommandTreeTypeHelper.cs
- RouteItem.cs
- StringPropertyBuilder.cs
- TextBoxAutoCompleteSourceConverter.cs
- ToolStripDropDownMenu.cs
- NativeMethods.cs
- SelectionGlyph.cs
- HttpCapabilitiesSectionHandler.cs
- TextEditorCopyPaste.cs
- Compensate.cs
- DependencyPropertyKind.cs
- PreviewPageInfo.cs
- MSAANativeProvider.cs
- EncoderNLS.cs
- SingleTagSectionHandler.cs
- LineMetrics.cs
- PostBackOptions.cs
- EntityTypeEmitter.cs
- ThemeInfoAttribute.cs
- ArgumentOutOfRangeException.cs
- RootProfilePropertySettingsCollection.cs
- NativeMethods.cs
- WebRequest.cs
- SafeMILHandle.cs
- ASCIIEncoding.cs
- keycontainerpermission.cs
- InternalBufferOverflowException.cs
- SizeLimitedCache.cs
- ValueUnavailableException.cs
- JsonWriterDelegator.cs
- PagesChangedEventArgs.cs
- QilList.cs
- SymbolEqualComparer.cs
- UnsafeNativeMethods.cs
- TreeViewItem.cs
- SqlCommandBuilder.cs
- ProcessHostServerConfig.cs
- RuleSetBrowserDialog.cs
- CompositeFontInfo.cs
- SamlSubjectStatement.cs
- ScriptResourceDefinition.cs
- Transform3D.cs
- SR.cs
- DetailsViewCommandEventArgs.cs
- HttpModule.cs
- XPathNavigator.cs
- XmlAnyAttributeAttribute.cs
- Menu.cs
- SkewTransform.cs
- SystemIPv4InterfaceProperties.cs
- ProcessHostConfigUtils.cs
- Command.cs
- AutomationIdentifierGuids.cs
- QueryResponse.cs
- AspNetCacheProfileAttribute.cs
- FrameworkContentElement.cs
- DateTime.cs
- RNGCryptoServiceProvider.cs
- TreeNodeBinding.cs
- SupportingTokenSecurityTokenResolver.cs
- DelayedRegex.cs
- TransactionOptions.cs
- ExternalException.cs
- SerializerDescriptor.cs
- HttpModuleCollection.cs
- PersonalizableTypeEntry.cs
- XmlSchemaSet.cs
- LinearQuaternionKeyFrame.cs
- FilteredReadOnlyMetadataCollection.cs
- QualifiedCellIdBoolean.cs
- CleanUpVirtualizedItemEventArgs.cs
- SqlOuterApplyReducer.cs
- HttpGetProtocolReflector.cs
- WebControl.cs
- ProtocolsConfigurationEntry.cs