Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// Represents the requested size of the ///control. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AuthorizationRule.cs
- DataObject.cs
- PropertySourceInfo.cs
- BinaryMessageFormatter.cs
- UriWriter.cs
- TdsParserSessionPool.cs
- ChannelOptions.cs
- CrossAppDomainChannel.cs
- InstanceOwnerException.cs
- SingleAnimation.cs
- RtfControlWordInfo.cs
- CodeValidator.cs
- LassoSelectionBehavior.cs
- BuildProvidersCompiler.cs
- NominalTypeEliminator.cs
- QilDataSource.cs
- _emptywebproxy.cs
- InvalidOperationException.cs
- ViewKeyConstraint.cs
- ImageMap.cs
- SimpleHandlerBuildProvider.cs
- DynamicDataExtensions.cs
- FormViewCommandEventArgs.cs
- AsyncPostBackTrigger.cs
- XmlFormatExtensionAttribute.cs
- TableDesigner.cs
- PositiveTimeSpanValidator.cs
- ValidationHelper.cs
- TraceSwitch.cs
- XmlILIndex.cs
- Listen.cs
- UniformGrid.cs
- HeaderedItemsControl.cs
- DataGridViewColumnStateChangedEventArgs.cs
- RepeaterItemEventArgs.cs
- AdapterDictionary.cs
- ControlParser.cs
- XmlSerializationGeneratedCode.cs
- InfocardExtendedInformationEntry.cs
- RuntimeHelpers.cs
- SuppressIldasmAttribute.cs
- CodeIndexerExpression.cs
- KnownTypeDataContractResolver.cs
- OptionalColumn.cs
- ReflectTypeDescriptionProvider.cs
- BamlResourceContent.cs
- OutputScope.cs
- CodeArrayCreateExpression.cs
- HtmlContainerControl.cs
- Invariant.cs
- IList.cs
- DisableDpiAwarenessAttribute.cs
- CreateDataSourceDialog.cs
- NativeWindow.cs
- DefinitionUpdate.cs
- ViewKeyConstraint.cs
- OdbcEnvironmentHandle.cs
- RankException.cs
- ProjectionCamera.cs
- util.cs
- ChannelFactory.cs
- PageThemeCodeDomTreeGenerator.cs
- AxisAngleRotation3D.cs
- IConvertible.cs
- _LoggingObject.cs
- PagePropertiesChangingEventArgs.cs
- Main.cs
- GridViewUpdatedEventArgs.cs
- TrustLevel.cs
- VisualTreeHelper.cs
- ConfigurationManagerHelperFactory.cs
- IResourceProvider.cs
- FreeFormDragDropManager.cs
- SafeRegistryKey.cs
- NonSerializedAttribute.cs
- IndentTextWriter.cs
- AssemblyCacheEntry.cs
- DataGridViewImageColumn.cs
- mactripleDES.cs
- CodeSnippetExpression.cs
- XmlSchemaExternal.cs
- DependencyPropertyHelper.cs
- SparseMemoryStream.cs
- ElementProxy.cs
- FormViewCommandEventArgs.cs
- DataBinder.cs
- ReferencedType.cs
- HMACSHA1.cs
- XDeferredAxisSource.cs
- HttpInputStream.cs
- DnsPermission.cs
- MethodRental.cs
- FeatureSupport.cs
- GeneralTransform3DGroup.cs
- DataControlField.cs
- StorageEntityContainerMapping.cs
- ListViewTableRow.cs
- RoutedUICommand.cs
- BulletDecorator.cs
- DataGridViewRowCollection.cs