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
- ToolStripDropDownItemDesigner.cs
- OdbcDataAdapter.cs
- SafeRightsManagementQueryHandle.cs
- TdsParserSessionPool.cs
- MonthChangedEventArgs.cs
- MatrixKeyFrameCollection.cs
- ActivitiesCollection.cs
- DataTemplateKey.cs
- CircleHotSpot.cs
- CombinedTcpChannel.cs
- TableRowCollection.cs
- GeometryGroup.cs
- Array.cs
- WebPageTraceListener.cs
- SqlAliasesReferenced.cs
- PageTheme.cs
- BitSet.cs
- RuntimeArgumentHandle.cs
- Int32AnimationBase.cs
- StringSource.cs
- FieldNameLookup.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- ZipIOFileItemStream.cs
- SystemIcons.cs
- UIElement.cs
- ListView.cs
- IntSecurity.cs
- TableItemStyle.cs
- Region.cs
- WindowsSpinner.cs
- PrintController.cs
- FastPropertyAccessor.cs
- CompositionDesigner.cs
- StoreUtilities.cs
- ExecutionEngineException.cs
- TextSpan.cs
- StateFinalizationActivity.cs
- Profiler.cs
- FormsAuthenticationCredentials.cs
- BinHexEncoder.cs
- TextSpan.cs
- FrugalList.cs
- SimpleBitVector32.cs
- PartialCachingAttribute.cs
- SchemaImporterExtensionsSection.cs
- TemplateColumn.cs
- EntityPropertyMappingAttribute.cs
- DesignerDataConnection.cs
- AddIn.cs
- EdgeProfileValidation.cs
- LocalizedNameDescriptionPair.cs
- WinCategoryAttribute.cs
- ArrayList.cs
- FtpWebResponse.cs
- WebBrowsableAttribute.cs
- XmlElementCollection.cs
- IpcPort.cs
- SourceInterpreter.cs
- BulletChrome.cs
- ConfigurationElementCollection.cs
- ErrorHandlingReceiver.cs
- XmlDictionaryString.cs
- CheckableControlBaseAdapter.cs
- XmlSchemaType.cs
- DiscoveryClientReferences.cs
- LocalClientSecuritySettings.cs
- MethodAccessException.cs
- TransactionBehavior.cs
- XmlDocumentType.cs
- TreeBuilderBamlTranslator.cs
- PropertyConverter.cs
- AccessedThroughPropertyAttribute.cs
- PropertyReferenceSerializer.cs
- CallbackException.cs
- HttpRequestWrapper.cs
- ToolboxComponentsCreatedEventArgs.cs
- DataServiceQueryOfT.cs
- WebServiceErrorEvent.cs
- TripleDESCryptoServiceProvider.cs
- DynamicQueryableWrapper.cs
- TypeBuilderInstantiation.cs
- CheckPair.cs
- Buffer.cs
- DateTimeFormat.cs
- NullableBoolConverter.cs
- MailMessage.cs
- SocketInformation.cs
- PageSetupDialog.cs
- DBSqlParserColumn.cs
- DataGridViewBand.cs
- TextPatternIdentifiers.cs
- DataRelationPropertyDescriptor.cs
- EncoderParameter.cs
- RenderDataDrawingContext.cs
- CommandDesigner.cs
- CompilerError.cs
- XmlSchemaAttributeGroup.cs
- Constraint.cs
- NextPreviousPagerField.cs
- DelegateSerializationHolder.cs