Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ConfigurationUtility.cs
- XmlUtilWriter.cs
- FtpRequestCacheValidator.cs
- VisualStyleElement.cs
- CommandConverter.cs
- SizeIndependentAnimationStorage.cs
- MissingSatelliteAssemblyException.cs
- UriExt.cs
- Main.cs
- CodeSnippetCompileUnit.cs
- FreeIndexList.cs
- SystemResourceKey.cs
- XPathDocument.cs
- SafeCloseHandleCritical.cs
- RedirectionProxy.cs
- StringCollectionEditor.cs
- TCEAdapterGenerator.cs
- ArgumentOutOfRangeException.cs
- ComponentEvent.cs
- PeerToPeerException.cs
- AutomationPattern.cs
- UnsafeNativeMethodsPenimc.cs
- _NetRes.cs
- XmlSchemaProviderAttribute.cs
- TableItemStyle.cs
- CfgSemanticTag.cs
- CreateUserWizardDesigner.cs
- UpdateEventArgs.cs
- AuthenticationException.cs
- QilDataSource.cs
- PageSettings.cs
- TabletDeviceInfo.cs
- RegistryKey.cs
- WindowInteropHelper.cs
- EdmFunction.cs
- OrderToken.cs
- LinqDataSourceDisposeEventArgs.cs
- InputLanguageProfileNotifySink.cs
- DataSourceXmlClassAttribute.cs
- ServiceOperationInfoTypeConverter.cs
- AddingNewEventArgs.cs
- OutOfMemoryException.cs
- safelinkcollection.cs
- BoundColumn.cs
- WebZoneDesigner.cs
- SrgsOneOf.cs
- BordersPage.cs
- ToolTip.cs
- ToolboxBitmapAttribute.cs
- InteropBitmapSource.cs
- StorageSetMapping.cs
- ConfigsHelper.cs
- Control.cs
- NativeObjectSecurity.cs
- sqlser.cs
- XmlSchemaInferenceException.cs
- DefaultPropertiesToSend.cs
- PartBasedPackageProperties.cs
- CompareInfo.cs
- DataGridViewComboBoxEditingControl.cs
- MarshalByRefObject.cs
- AnnotationDocumentPaginator.cs
- GatewayIPAddressInformationCollection.cs
- MemberRelationshipService.cs
- ScrollEvent.cs
- ResourceDescriptionAttribute.cs
- SelectedDatesCollection.cs
- AffineTransform3D.cs
- DataReceivedEventArgs.cs
- DataGridViewMethods.cs
- ObjectQueryExecutionPlan.cs
- BaseCollection.cs
- CompoundFileReference.cs
- PrtTicket_Editor.cs
- PkcsUtils.cs
- SpAudioStreamWrapper.cs
- TreeView.cs
- MemberDescriptor.cs
- InputMethodStateTypeInfo.cs
- ResXResourceSet.cs
- loginstatus.cs
- RawAppCommandInputReport.cs
- StylusCaptureWithinProperty.cs
- __ConsoleStream.cs
- SafeBitVector32.cs
- GenericUriParser.cs
- WebPartHeaderCloseVerb.cs
- TraceContextRecord.cs
- LinkDesigner.cs
- DefaultAutoFieldGenerator.cs
- WebUtil.cs
- ToolBar.cs
- SingleTagSectionHandler.cs
- UrlAuthFailedErrorFormatter.cs
- PeerPresenceInfo.cs
- compensatingcollection.cs
- MappingException.cs
- CodeCommentStatementCollection.cs
- ServerIdentity.cs
- ProxyManager.cs