Code:
/ DotNET / DotNET / 8.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
- CompoundFileReference.cs
- TextRenderer.cs
- DependencyPropertyChangedEventArgs.cs
- DNS.cs
- InstanceDataCollectionCollection.cs
- PerformanceCounter.cs
- ExpressionParser.cs
- FilteredXmlReader.cs
- bindurihelper.cs
- FrameworkElement.cs
- OutOfProcStateClientManager.cs
- TabPage.cs
- PropertyEmitter.cs
- ResXResourceSet.cs
- _ChunkParse.cs
- LinqDataSourceContextEventArgs.cs
- CDSsyncETWBCLProvider.cs
- DoubleCollection.cs
- DynamicValidator.cs
- DefinitionUpdate.cs
- BevelBitmapEffect.cs
- ClientOptions.cs
- TransformPattern.cs
- BlurBitmapEffect.cs
- MessageBox.cs
- EmulateRecognizeCompletedEventArgs.cs
- ScrollBarAutomationPeer.cs
- XmlSchemaNotation.cs
- OleDbSchemaGuid.cs
- LocalizableResourceBuilder.cs
- ControlBuilderAttribute.cs
- CodeConditionStatement.cs
- ApplicationContext.cs
- XmlNodeWriter.cs
- DataGridViewCheckBoxColumn.cs
- ReadOnlyCollection.cs
- SQLInt16Storage.cs
- RenderingBiasValidation.cs
- DeploymentSectionCache.cs
- FormsAuthenticationConfiguration.cs
- TerminatorSinks.cs
- FeatureSupport.cs
- DifferencingCollection.cs
- RichTextBox.cs
- FunctionUpdateCommand.cs
- FormatterServicesNoSerializableCheck.cs
- LogicalTreeHelper.cs
- EncryptedType.cs
- FullTextState.cs
- ColumnMapTranslator.cs
- RenderingEventArgs.cs
- NetStream.cs
- DocumentPaginator.cs
- DesignColumnCollection.cs
- Input.cs
- SafeTimerHandle.cs
- DbConnectionStringCommon.cs
- httpserverutility.cs
- PassportAuthenticationModule.cs
- TextDecorationCollection.cs
- XmlSequenceWriter.cs
- AutomationTextAttribute.cs
- ContainerControl.cs
- SqlFlattener.cs
- GregorianCalendarHelper.cs
- GridViewUpdateEventArgs.cs
- ObjectHelper.cs
- GenericWebPart.cs
- KeyInterop.cs
- ImpersonateTokenRef.cs
- Viewport3DAutomationPeer.cs
- SuppressIldasmAttribute.cs
- EntityDataSourceColumn.cs
- ObjectViewEntityCollectionData.cs
- ClientSponsor.cs
- StringInfo.cs
- WindowsSlider.cs
- SqlClientWrapperSmiStream.cs
- MessageQueueAccessControlEntry.cs
- StructuralCache.cs
- NotifyParentPropertyAttribute.cs
- Crypto.cs
- GridViewRow.cs
- BamlRecords.cs
- GetCryptoTransformRequest.cs
- ExtenderProvidedPropertyAttribute.cs
- PropertyNames.cs
- Package.cs
- HwndHostAutomationPeer.cs
- XsdBuilder.cs
- ToolStripItemDataObject.cs
- ProcessThreadCollection.cs
- ChannelServices.cs
- DataGridViewElement.cs
- CodeMethodInvokeExpression.cs
- AdRotator.cs
- XamlToRtfWriter.cs
- _BasicClient.cs
- BitStack.cs
- AppendHelper.cs