Code:
/ 4.0 / 4.0 / untmp / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XhtmlBasicLiteralTextAdapter.cs
- ParenExpr.cs
- TrackingAnnotationCollection.cs
- UidManager.cs
- _CookieModule.cs
- ProfileSettings.cs
- HttpRequestMessageProperty.cs
- CodeGotoStatement.cs
- SingletonConnectionReader.cs
- Ray3DHitTestResult.cs
- ApplicationException.cs
- Trace.cs
- IntranetCredentialPolicy.cs
- EFColumnProvider.cs
- TopClause.cs
- Effect.cs
- ToolStripItem.cs
- DbLambda.cs
- MemoryRecordBuffer.cs
- SimpleLine.cs
- DoubleLink.cs
- MessageSecurityOverHttpElement.cs
- FactorySettingsElement.cs
- ParentUndoUnit.cs
- Vector3D.cs
- BaseDataBoundControl.cs
- SimpleTextLine.cs
- ClientTarget.cs
- SemaphoreFullException.cs
- querybuilder.cs
- AutoGeneratedField.cs
- Util.cs
- DesignerProperties.cs
- View.cs
- BuilderPropertyEntry.cs
- DependencyObject.cs
- DataColumnMapping.cs
- ChtmlTextWriter.cs
- TableLayoutRowStyleCollection.cs
- _NestedMultipleAsyncResult.cs
- QueryHandler.cs
- WorkItem.cs
- ListViewAutomationPeer.cs
- StateInitialization.cs
- ConnectionPointGlyph.cs
- EntityDataSourceWrapper.cs
- GroupQuery.cs
- ContourSegment.cs
- DataGridViewImageColumn.cs
- ConstraintConverter.cs
- SelectionPatternIdentifiers.cs
- XamlVector3DCollectionSerializer.cs
- GenericTypeParameterBuilder.cs
- DetailsViewDeletedEventArgs.cs
- SafeHandle.cs
- UniqueConstraint.cs
- ExtentKey.cs
- Action.cs
- AppSettingsExpressionBuilder.cs
- HtmlElementCollection.cs
- SplineKeyFrames.cs
- CodeSnippetExpression.cs
- XmlQualifiedName.cs
- SafeNativeMethods.cs
- CasesDictionary.cs
- OLEDB_Util.cs
- SchemaCollectionCompiler.cs
- TabItem.cs
- HttpRawResponse.cs
- CompModSwitches.cs
- CodeTypeReferenceCollection.cs
- Attributes.cs
- RuntimeComponentFilter.cs
- SimpleRecyclingCache.cs
- XPathAncestorIterator.cs
- LinkLabelLinkClickedEvent.cs
- ConstrainedDataObject.cs
- PackageDigitalSignatureManager.cs
- BatchParser.cs
- RtType.cs
- HttpChannelFactory.cs
- SharedStatics.cs
- HtmlShimManager.cs
- EdmToObjectNamespaceMap.cs
- PlanCompiler.cs
- BitmapEffect.cs
- TimeStampChecker.cs
- DeferrableContentConverter.cs
- IdleTimeoutMonitor.cs
- TabletDeviceInfo.cs
- Touch.cs
- StateWorkerRequest.cs
- AssemblyNameProxy.cs
- SqlDependencyListener.cs
- UriExt.cs
- XamlContextStack.cs
- PropertyChangeTracker.cs
- RegexGroupCollection.cs
- ProxyWebPartConnectionCollection.cs
- updatecommandorderer.cs