Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / InvalidateEvent.cs / 1 / 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
- ObjectStateManagerMetadata.cs
- SimpleBitVector32.cs
- XmlEnumAttribute.cs
- Expander.cs
- IssuedSecurityTokenParameters.cs
- BCLDebug.cs
- XmlSerializerAssemblyAttribute.cs
- SecureEnvironment.cs
- PropertyEmitter.cs
- WindowPattern.cs
- XmlEventCache.cs
- UInt16Converter.cs
- SqlServices.cs
- Rectangle.cs
- XmlNodeComparer.cs
- SpellerInterop.cs
- XmlAttribute.cs
- SymmetricAlgorithm.cs
- SettingsPropertyNotFoundException.cs
- TextSelection.cs
- Comparer.cs
- Scripts.cs
- CompilerParameters.cs
- ConfigViewGenerator.cs
- FileSystemEventArgs.cs
- DataGridViewDataErrorEventArgs.cs
- DictionaryContent.cs
- SynchronizationValidator.cs
- XmlSchemaAppInfo.cs
- SystemNetworkInterface.cs
- ConnectionPoolManager.cs
- SQLChars.cs
- BamlLocalizabilityResolver.cs
- CommandConverter.cs
- LogSwitch.cs
- SqlResolver.cs
- HashFinalRequest.cs
- WebMessageBodyStyleHelper.cs
- InvalidateEvent.cs
- ClientSettings.cs
- TypeExtension.cs
- XhtmlBasicObjectListAdapter.cs
- PerfCounters.cs
- HuffmanTree.cs
- PeerCustomResolverSettings.cs
- DesignTimeVisibleAttribute.cs
- ResourceAssociationType.cs
- HttpCachePolicyElement.cs
- PackUriHelper.cs
- DataTableCollection.cs
- SpeechUI.cs
- PagedDataSource.cs
- FusionWrap.cs
- ResourceBinder.cs
- Clipboard.cs
- ItemsChangedEventArgs.cs
- CTreeGenerator.cs
- StreamWriter.cs
- ToolStripPanel.cs
- __FastResourceComparer.cs
- ByteKeyFrameCollection.cs
- ConstNode.cs
- Rect.cs
- XslTransform.cs
- PaperSource.cs
- EventBuilder.cs
- MultipleViewPattern.cs
- AsyncPostBackErrorEventArgs.cs
- ReliableRequestSessionChannel.cs
- _CommandStream.cs
- Condition.cs
- QueryPageSettingsEventArgs.cs
- EventRecordWrittenEventArgs.cs
- StateBag.cs
- WebPartMenu.cs
- TrailingSpaceComparer.cs
- Triplet.cs
- QilScopedVisitor.cs
- DecoderFallback.cs
- SQLInt16.cs
- DebugView.cs
- EncodingNLS.cs
- DataColumnPropertyDescriptor.cs
- SQLCharsStorage.cs
- EtwTrackingParticipant.cs
- DesignerTextViewAdapter.cs
- TextServicesCompartment.cs
- AdditionalEntityFunctions.cs
- Splitter.cs
- Win32.cs
- GetRecipientRequest.cs
- WsdlBuildProvider.cs
- PrintingPermissionAttribute.cs
- ExcCanonicalXml.cs
- TrackingProfileManager.cs
- WebPartVerbCollection.cs
- DataGridViewRowCollection.cs
- VisualStyleInformation.cs
- ICspAsymmetricAlgorithm.cs
- ObjectSpanRewriter.cs