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
- XmlSignatureManifest.cs
- cookieexception.cs
- TextRangeEditTables.cs
- Section.cs
- NotSupportedException.cs
- SystemResourceHost.cs
- PersonalizationState.cs
- RenderData.cs
- CriticalFinalizerObject.cs
- ReplyChannelBinder.cs
- InputDevice.cs
- PackagingUtilities.cs
- TextSerializer.cs
- CodeThrowExceptionStatement.cs
- AppDomainFactory.cs
- ComponentDispatcherThread.cs
- PseudoWebRequest.cs
- RoutedPropertyChangedEventArgs.cs
- CompositeActivityTypeDescriptorProvider.cs
- ModuleBuilder.cs
- OletxEnlistment.cs
- CompensationDesigner.cs
- documentsequencetextpointer.cs
- ModelPropertyDescriptor.cs
- EventLogTraceListener.cs
- CacheChildrenQuery.cs
- CollectionExtensions.cs
- TcpTransportElement.cs
- CssStyleCollection.cs
- MemoryResponseElement.cs
- _KerberosClient.cs
- BaseDataListComponentEditor.cs
- BitmapSizeOptions.cs
- HtmlFormAdapter.cs
- TabOrder.cs
- DoubleAnimation.cs
- Ticks.cs
- CompareInfo.cs
- unsafenativemethodstextservices.cs
- SQLSingleStorage.cs
- DataReaderContainer.cs
- LongValidatorAttribute.cs
- ParentQuery.cs
- LicenseContext.cs
- TimeSpanStorage.cs
- MemoryRecordBuffer.cs
- Scene3D.cs
- BinaryCommonClasses.cs
- LZCodec.cs
- ThreadStaticAttribute.cs
- EventDescriptorCollection.cs
- VersionValidator.cs
- _ConnectionGroup.cs
- DashStyle.cs
- SafeProcessHandle.cs
- Int16.cs
- DateTimeFormat.cs
- PageCatalogPart.cs
- xdrvalidator.cs
- VerificationAttribute.cs
- UnsafeNativeMethods.cs
- OutputScopeManager.cs
- ConditionCollection.cs
- BaseParaClient.cs
- MdiWindowListStrip.cs
- SiteMapDataSource.cs
- ColumnBinding.cs
- CultureSpecificCharacterBufferRange.cs
- Compiler.cs
- EntryWrittenEventArgs.cs
- ViewGenResults.cs
- WCFServiceClientProxyGenerator.cs
- IgnoreSectionHandler.cs
- AssemblyCache.cs
- ImageConverter.cs
- DataGridViewCellValueEventArgs.cs
- Journaling.cs
- CustomErrorCollection.cs
- AppSettingsExpressionBuilder.cs
- EncoderExceptionFallback.cs
- ListBindingConverter.cs
- ValidationError.cs
- SeekStoryboard.cs
- ArrayHelper.cs
- SqlDataSourceView.cs
- ExpressionVisitorHelpers.cs
- TextProperties.cs
- DataGridViewHeaderCell.cs
- ToolboxCategory.cs
- Font.cs
- IPEndPoint.cs
- ContextQuery.cs
- TypePropertyEditor.cs
- CompensationDesigner.cs
- SizeAnimationUsingKeyFrames.cs
- ExceptionUtil.cs
- LogEntry.cs
- TraceRecord.cs
- WebBrowserHelper.cs
- TransformedBitmap.cs