Code:
/ 4.0 / 4.0 / 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. /// // 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
- AssemblyAssociatedContentFileAttribute.cs
- TypeInfo.cs
- ITextView.cs
- ISAPIApplicationHost.cs
- ListDictionary.cs
- Metafile.cs
- EnumerableCollectionView.cs
- DataBoundLiteralControl.cs
- Closure.cs
- CompilerWrapper.cs
- __ComObject.cs
- KeyFrames.cs
- PerformanceCounterPermissionEntryCollection.cs
- XmlElementList.cs
- DockPanel.cs
- ApplicationFileCodeDomTreeGenerator.cs
- SqlDataSourceFilteringEventArgs.cs
- DbMetaDataFactory.cs
- FixedBufferAttribute.cs
- TraceLog.cs
- WebMessageFormatHelper.cs
- SoapExtensionImporter.cs
- ExtensionSimplifierMarkupObject.cs
- XmlCDATASection.cs
- OdbcEnvironmentHandle.cs
- GenericUriParser.cs
- DataSet.cs
- ObjectConverter.cs
- GifBitmapEncoder.cs
- ServiceConfigurationTraceRecord.cs
- TableLayoutCellPaintEventArgs.cs
- DrawingGroup.cs
- XmlSchemaAttribute.cs
- SelectedDatesCollection.cs
- BitmapEffectInput.cs
- TableLayoutSettingsTypeConverter.cs
- QueueException.cs
- BindingExpressionUncommonField.cs
- DateTimeFormatInfo.cs
- PasswordBoxAutomationPeer.cs
- SessionStateItemCollection.cs
- HtmlForm.cs
- LayoutManager.cs
- WindowsTooltip.cs
- Path.cs
- AtomServiceDocumentSerializer.cs
- AsyncPostBackTrigger.cs
- ListViewHitTestInfo.cs
- UpdateManifestForBrowserApplication.cs
- GenericPrincipal.cs
- Verify.cs
- CodeMemberMethod.cs
- RegexBoyerMoore.cs
- BindingWorker.cs
- DbMetaDataColumnNames.cs
- ViewBox.cs
- TypedReference.cs
- ComponentSerializationService.cs
- CriticalHandle.cs
- IndexOutOfRangeException.cs
- Keywords.cs
- MetadataUtilsSmi.cs
- DataGridColumnCollectionEditor.cs
- InvalidTimeZoneException.cs
- DbExpressionRules.cs
- VBIdentifierNameEditor.cs
- TransactionBridge.cs
- Logging.cs
- OdbcStatementHandle.cs
- Renderer.cs
- LicFileLicenseProvider.cs
- PostBackTrigger.cs
- CaseInsensitiveComparer.cs
- WeakReferenceList.cs
- PageFunction.cs
- RC2CryptoServiceProvider.cs
- SafeLocalMemHandle.cs
- VBIdentifierName.cs
- ContentHostHelper.cs
- TextDecorationCollection.cs
- BamlRecordWriter.cs
- CompilerLocalReference.cs
- InputManager.cs
- SQLInt64Storage.cs
- StyleBamlRecordReader.cs
- ExpressionBuilderCollection.cs
- WindowsPrincipal.cs
- Codec.cs
- ValidatingCollection.cs
- XmlSchemaCompilationSettings.cs
- TextRange.cs
- StrongNameHelpers.cs
- DataGridViewCellValueEventArgs.cs
- ThreadInterruptedException.cs
- BaseInfoTable.cs
- SqlException.cs
- BamlResourceDeserializer.cs
- RegexRunnerFactory.cs
- Selector.cs
- VisualTreeUtils.cs