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
- TransactionException.cs
- ClientBuildManagerCallback.cs
- PackageDigitalSignatureManager.cs
- DataServiceRequestException.cs
- SettingsAttributes.cs
- EnumMember.cs
- CodeRegionDirective.cs
- Vector3DValueSerializer.cs
- AutoCompleteStringCollection.cs
- ListBoxChrome.cs
- Annotation.cs
- XmlSchemaValidator.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- LineProperties.cs
- SqlError.cs
- TypeNameConverter.cs
- XmlWriterTraceListener.cs
- SafeNativeMethods.cs
- ProfileSection.cs
- DataListItemCollection.cs
- UInt16.cs
- WindowsEditBox.cs
- HtmlForm.cs
- TripleDESCryptoServiceProvider.cs
- EventLogTraceListener.cs
- NavigationProperty.cs
- MenuItemBindingCollection.cs
- SHA384Managed.cs
- PathTooLongException.cs
- CheckBox.cs
- ServiceContractViewControl.Designer.cs
- SiteMapDataSourceView.cs
- LongValidatorAttribute.cs
- DoubleLink.cs
- ICspAsymmetricAlgorithm.cs
- LinkDescriptor.cs
- InternalEnumValidatorAttribute.cs
- NamespaceTable.cs
- ListControlBoundActionList.cs
- SpellerStatusTable.cs
- ParameterBinding.cs
- ColorMap.cs
- RefreshInfo.cs
- DataGridViewCheckBoxColumn.cs
- QueryContinueDragEvent.cs
- NonBatchDirectoryCompiler.cs
- DateTimeSerializationSection.cs
- SoapTypeAttribute.cs
- ExpiredSecurityTokenException.cs
- GenerateTemporaryAssemblyTask.cs
- XhtmlBasicLiteralTextAdapter.cs
- ActionFrame.cs
- ZipIOCentralDirectoryFileHeader.cs
- SchemaImporterExtensionElement.cs
- Receive.cs
- ObjectTag.cs
- DbDataReader.cs
- EventDescriptorCollection.cs
- ExpressionList.cs
- SimpleLine.cs
- SessionParameter.cs
- MarkupWriter.cs
- ListMarkerSourceInfo.cs
- TypeGeneratedEventArgs.cs
- SafeNativeMethodsMilCoreApi.cs
- DataTemplate.cs
- DataKeyPropertyAttribute.cs
- RootProfilePropertySettingsCollection.cs
- XmlSchemaComplexType.cs
- CodeGeneratorOptions.cs
- LongValidator.cs
- PropertyPath.cs
- DecoderExceptionFallback.cs
- followingquery.cs
- SqlBuilder.cs
- WebEvents.cs
- DrawingImage.cs
- TypeLoader.cs
- CellTreeNodeVisitors.cs
- InputLanguageSource.cs
- CustomPeerResolverService.cs
- RegexCaptureCollection.cs
- ProgressBarAutomationPeer.cs
- CompositeFontParser.cs
- XPathNodeHelper.cs
- KeyGesture.cs
- OracleMonthSpan.cs
- ClientSettingsProvider.cs
- ConnectionStringsExpressionEditor.cs
- IImplicitResourceProvider.cs
- MSAAEventDispatcher.cs
- HScrollBar.cs
- AssemblyNameUtility.cs
- PersonalizablePropertyEntry.cs
- ImpersonateTokenRef.cs
- XamlPathDataSerializer.cs
- HtmlInputRadioButton.cs
- ScriptingAuthenticationServiceSection.cs
- Site.cs
- QueryAsyncResult.cs