Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / RequestResizeEvent.cs / 1305376 / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BuildProviderAppliesToAttribute.cs
- StringValueConverter.cs
- TemplatedAdorner.cs
- BitmapEffectGeneralTransform.cs
- TokenBasedSetEnumerator.cs
- Container.cs
- BitmapSourceSafeMILHandle.cs
- Exceptions.cs
- ClientSettings.cs
- ProviderBase.cs
- odbcmetadatacollectionnames.cs
- BaseDataBoundControl.cs
- TextServicesDisplayAttribute.cs
- RoleService.cs
- StateValidator.cs
- WebBaseEventKeyComparer.cs
- BaseServiceProvider.cs
- DoubleAnimationClockResource.cs
- ConfigPathUtility.cs
- FilteredXmlReader.cs
- BatchServiceHost.cs
- ListenerSingletonConnectionReader.cs
- WsrmTraceRecord.cs
- ListViewPagedDataSource.cs
- HttpMethodConstraint.cs
- ErrorStyle.cs
- ComAdminInterfaces.cs
- SmiRequestExecutor.cs
- ListView.cs
- URLIdentityPermission.cs
- Type.cs
- ConfigXmlSignificantWhitespace.cs
- ConstraintCollection.cs
- DesignerEditorPartChrome.cs
- ElementProxy.cs
- NameValueSectionHandler.cs
- SessionPageStatePersister.cs
- SqlCacheDependencySection.cs
- MorphHelper.cs
- SimpleHandlerFactory.cs
- ObjectListDesigner.cs
- DragCompletedEventArgs.cs
- TemplateBaseAction.cs
- ErrorReporting.cs
- PerfService.cs
- TextProperties.cs
- thaishape.cs
- BezierSegment.cs
- messageonlyhwndwrapper.cs
- SEHException.cs
- RelationshipType.cs
- AdornerPresentationContext.cs
- MediaElement.cs
- EncryptedXml.cs
- SaveFileDialog.cs
- _DisconnectOverlappedAsyncResult.cs
- SourceElementsCollection.cs
- Operand.cs
- CodeVariableReferenceExpression.cs
- AppPool.cs
- DataGridViewColumnHeaderCell.cs
- ViewGenerator.cs
- BitFlagsGenerator.cs
- HttpCacheVary.cs
- XamlTreeBuilderBamlRecordWriter.cs
- Propagator.Evaluator.cs
- CqlGenerator.cs
- IfAction.cs
- _NegotiateClient.cs
- TreeNodeBindingCollection.cs
- BindingExpressionUncommonField.cs
- UnionExpr.cs
- ToolStripManager.cs
- Convert.cs
- SqlDataAdapter.cs
- SchemaLookupTable.cs
- ToolStripItemBehavior.cs
- XmlUtf8RawTextWriter.cs
- FileDialog_Vista.cs
- DataSetFieldSchema.cs
- KeyGestureConverter.cs
- DeclarativeCatalogPart.cs
- TextMarkerSource.cs
- SolidColorBrush.cs
- TraceSection.cs
- MbpInfo.cs
- DataColumnMappingCollection.cs
- DurableServiceAttribute.cs
- XPathPatternParser.cs
- HwndAppCommandInputProvider.cs
- FontNamesConverter.cs
- X509Certificate2.cs
- RootDesignerSerializerAttribute.cs
- AsyncParams.cs
- DataGridViewCellConverter.cs
- BamlLocalizationDictionary.cs
- EntityProviderFactory.cs
- FormView.cs
- TextTabProperties.cs
- keycontainerpermission.cs