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
- ObjectDataSourceView.cs
- DataGridViewAccessibleObject.cs
- EngineSite.cs
- SBCSCodePageEncoding.cs
- XPathAncestorQuery.cs
- GuidelineSet.cs
- ListItemCollection.cs
- TableItemProviderWrapper.cs
- ProcessProtocolHandler.cs
- XPathParser.cs
- PropVariant.cs
- DefaultValueConverter.cs
- TypeForwardedToAttribute.cs
- ConstraintManager.cs
- NativeMethodsOther.cs
- UnsafeNativeMethods.cs
- SymmetricAlgorithm.cs
- AuthenticationService.cs
- EmptyReadOnlyDictionaryInternal.cs
- ComponentConverter.cs
- Header.cs
- LayoutTable.cs
- ModelTreeEnumerator.cs
- DataBinder.cs
- DefaultSerializationProviderAttribute.cs
- ProfessionalColors.cs
- StaticExtension.cs
- XmlTypeMapping.cs
- ClientRoleProvider.cs
- ImageMapEventArgs.cs
- CodeArgumentReferenceExpression.cs
- TransportElement.cs
- BlobPersonalizationState.cs
- WindowsEditBoxRange.cs
- MimeFormatExtensions.cs
- EUCJPEncoding.cs
- RtfControlWordInfo.cs
- RowCache.cs
- MouseBinding.cs
- MILUtilities.cs
- CollectionChangedEventManager.cs
- ThreadAbortException.cs
- IIS7UserPrincipal.cs
- AdCreatedEventArgs.cs
- CancelEventArgs.cs
- XmlExceptionHelper.cs
- SignatureHelper.cs
- FtpWebRequest.cs
- ButtonChrome.cs
- RotateTransform.cs
- EmbeddedObject.cs
- TextEditor.cs
- WebBrowserPermission.cs
- RoleGroupCollection.cs
- TimeSpanValidatorAttribute.cs
- SqlRewriteScalarSubqueries.cs
- ItemList.cs
- ValueTypeFixupInfo.cs
- TreeNodeBinding.cs
- RepeatBehavior.cs
- XmlQuerySequence.cs
- Scripts.cs
- DecimalConverter.cs
- MeasurementDCInfo.cs
- PropertyReference.cs
- PeerCollaborationPermission.cs
- RegexCapture.cs
- ScrollEvent.cs
- OLEDB_Enum.cs
- XmlSignificantWhitespace.cs
- ItemsControlAutomationPeer.cs
- basemetadatamappingvisitor.cs
- BaseParagraph.cs
- NonSerializedAttribute.cs
- EntityContainer.cs
- ACL.cs
- HiddenFieldPageStatePersister.cs
- AccessKeyManager.cs
- TableFieldsEditor.cs
- CodeGroup.cs
- ObjectDataSourceDisposingEventArgs.cs
- Aggregates.cs
- Pair.cs
- RuleConditionDialog.cs
- AutomationElement.cs
- FileDialog_Vista_Interop.cs
- XmlSchemas.cs
- DataGridCellEditEndingEventArgs.cs
- DragStartedEventArgs.cs
- DataSourceConverter.cs
- EventLogQuery.cs
- PartManifestEntry.cs
- ReadOnlyCollectionBase.cs
- TrackBar.cs
- DetailsViewModeEventArgs.cs
- Stacktrace.cs
- PeerApplication.cs
- HotSpotCollection.cs
- PerspectiveCamera.cs
- Enum.cs