Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / InvalidateEvent.cs / 1305376 / InvalidateEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using System.Windows.Forms; using Microsoft.Win32; ////// /// public class InvalidateEventArgs : EventArgs { ////// Provides data for the ////// event. /// /// /// Rectangle that bounds the window area which has been invalidated. /// private readonly Rectangle invalidRect; ////// /// public InvalidateEventArgs(Rectangle invalidRect) { this.invalidRect = invalidRect; } ////// Initializes a new instance of the ////// class. /// /// /// public Rectangle InvalidRect { get { return invalidRect; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets a value /// indicating the ////// that contains the invalidated window area. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using System.Windows.Forms; using Microsoft.Win32; ////// /// public class InvalidateEventArgs : EventArgs { ////// Provides data for the ////// event. /// /// /// Rectangle that bounds the window area which has been invalidated. /// private readonly Rectangle invalidRect; ////// /// public InvalidateEventArgs(Rectangle invalidRect) { this.invalidRect = invalidRect; } ////// Initializes a new instance of the ////// class. /// /// /// public Rectangle InvalidRect { get { return invalidRect; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets a value /// indicating the ////// that contains the invalidated window area. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CommonGetThemePartSize.cs
- FileRegion.cs
- OptimizerPatterns.cs
- CommonProperties.cs
- HwndHostAutomationPeer.cs
- FormView.cs
- ImagingCache.cs
- ScaleTransform3D.cs
- RegisteredDisposeScript.cs
- DelayedRegex.cs
- ProgressBarHighlightConverter.cs
- DescendantOverDescendantQuery.cs
- SecurityPermission.cs
- SymbolType.cs
- PageRequestManager.cs
- CatalogPart.cs
- PaintEvent.cs
- Image.cs
- WebConfigurationHost.cs
- Encoder.cs
- ContainerVisual.cs
- ObjectDataSourceMethodEditor.cs
- AuthorizationPolicyTypeElementCollection.cs
- ColorConvertedBitmapExtension.cs
- TextBoxDesigner.cs
- SimpleModelProvider.cs
- Classification.cs
- ColumnBinding.cs
- InkPresenterAutomationPeer.cs
- SharedStatics.cs
- InkCanvasSelection.cs
- KerberosSecurityTokenProvider.cs
- SafeNativeMethodsMilCoreApi.cs
- DataGridLinkButton.cs
- FtpCachePolicyElement.cs
- FilteredReadOnlyMetadataCollection.cs
- SHA512.cs
- odbcmetadatacollectionnames.cs
- DefaultTextStoreTextComposition.cs
- OSFeature.cs
- SourceElementsCollection.cs
- DbModificationClause.cs
- EdmValidator.cs
- ThemeableAttribute.cs
- TypeConvertions.cs
- AssociativeAggregationOperator.cs
- DataBoundControlParameterTarget.cs
- MonthCalendar.cs
- MetadataArtifactLoader.cs
- SerialStream.cs
- SqlServices.cs
- ObjectReaderCompiler.cs
- DataReaderContainer.cs
- TextEvent.cs
- EventlogProvider.cs
- ThousandthOfEmRealPoints.cs
- FaultContractAttribute.cs
- IisTraceListener.cs
- UnknownBitmapDecoder.cs
- DefaultTextStore.cs
- DocComment.cs
- DelegateBodyWriter.cs
- DataGridCommandEventArgs.cs
- ListViewGroup.cs
- Expressions.cs
- UInt16Storage.cs
- ToolStripItemImageRenderEventArgs.cs
- SuspendDesigner.cs
- XmlReaderSettings.cs
- XmlStreamNodeWriter.cs
- MaskInputRejectedEventArgs.cs
- UseManagedPresentationBindingElementImporter.cs
- QueryStringParameter.cs
- ServiceChannel.cs
- ObjectTag.cs
- ServiceAuthorizationManager.cs
- GlobalItem.cs
- WindowShowOrOpenTracker.cs
- ReturnValue.cs
- WebPartManager.cs
- InternalEnumValidatorAttribute.cs
- TypeSystemHelpers.cs
- Window.cs
- ObsoleteAttribute.cs
- InvalidBodyAccessException.cs
- XsdCachingReader.cs
- GacUtil.cs
- ConnectionsZone.cs
- PeerApplication.cs
- SafeCryptoHandles.cs
- ByteStream.cs
- BookmarkUndoUnit.cs
- InheritedPropertyDescriptor.cs
- TextModifier.cs
- TouchPoint.cs
- ValueType.cs
- StoreItemCollection.Loader.cs
- SafeCoTaskMem.cs
- AssemblyLoader.cs
- ConfigXmlText.cs