Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// 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
- DataView.cs
- MethodBuilder.cs
- RowsCopiedEventArgs.cs
- fixedPageContentExtractor.cs
- AudioFormatConverter.cs
- WebConfigurationManager.cs
- ListViewEditEventArgs.cs
- ScrollableControl.cs
- versioninfo.cs
- AutoResizedEvent.cs
- ChameleonKey.cs
- EventLogger.cs
- MultiView.cs
- MultipartIdentifier.cs
- ListSortDescriptionCollection.cs
- QilReference.cs
- RequestCacheManager.cs
- securitycriticaldataClass.cs
- ScriptingProfileServiceSection.cs
- TransformedBitmap.cs
- GZipUtils.cs
- Model3DCollection.cs
- DiscreteKeyFrames.cs
- graph.cs
- ErasingStroke.cs
- RTTrackingProfile.cs
- PassportAuthenticationEventArgs.cs
- BindingNavigator.cs
- CustomBindingElement.cs
- TripleDES.cs
- OracleCommand.cs
- NullableDecimalAverageAggregationOperator.cs
- RepeatButton.cs
- DataSet.cs
- GlobalItem.cs
- SmtpNegotiateAuthenticationModule.cs
- SimpleWorkerRequest.cs
- Query.cs
- FixedSOMTable.cs
- AuthenticationService.cs
- RijndaelManagedTransform.cs
- AssemblyBuilder.cs
- BuildProvider.cs
- RIPEMD160.cs
- ButtonPopupAdapter.cs
- UnsettableComboBox.cs
- MenuCommand.cs
- DataGridSortCommandEventArgs.cs
- UnionExpr.cs
- precedingquery.cs
- _ListenerResponseStream.cs
- PersistChildrenAttribute.cs
- OdbcTransaction.cs
- DelegatingTypeDescriptionProvider.cs
- HealthMonitoringSectionHelper.cs
- EntityDataSourceEntityTypeFilterItem.cs
- ImportDesigner.xaml.cs
- ServiceOperationInfoTypeConverter.cs
- GAC.cs
- odbcmetadatafactory.cs
- MsmqNonTransactedPoisonHandler.cs
- Logging.cs
- RowUpdatingEventArgs.cs
- TraceHandler.cs
- ValidatorUtils.cs
- GenericQueueSurrogate.cs
- FrameworkRichTextComposition.cs
- WebServiceResponseDesigner.cs
- ApplicationServicesHostFactory.cs
- WindowProviderWrapper.cs
- PocoPropertyAccessorStrategy.cs
- OleAutBinder.cs
- DataSysAttribute.cs
- SrgsGrammarCompiler.cs
- ConsoleKeyInfo.cs
- EdmEntityTypeAttribute.cs
- BaseValidator.cs
- InvokeBase.cs
- PartialCachingControl.cs
- ObsoleteAttribute.cs
- SingleAnimationUsingKeyFrames.cs
- PolygonHotSpot.cs
- ProfilePropertyNameValidator.cs
- DesignerActionService.cs
- RegularExpressionValidator.cs
- COM2PropertyBuilderUITypeEditor.cs
- HyperLink.cs
- WorkflowQueueInfo.cs
- RichTextBoxContextMenu.cs
- AnimationClock.cs
- WeakReadOnlyCollection.cs
- DrawListViewItemEventArgs.cs
- IncrementalCompileAnalyzer.cs
- SafeArchiveContext.cs
- SemanticResolver.cs
- FocusManager.cs
- PointAnimationBase.cs
- TableHeaderCell.cs
- SolidColorBrush.cs
- CodeExpressionStatement.cs