Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- CellTreeNode.cs
- NavigationHelper.cs
- TransformProviderWrapper.cs
- AppDomainProtocolHandler.cs
- ResourcesGenerator.cs
- ColorConvertedBitmap.cs
- ListViewInsertedEventArgs.cs
- DataGridRow.cs
- BroadcastEventHelper.cs
- URIFormatException.cs
- LineBreakRecord.cs
- Operators.cs
- Attachment.cs
- Highlights.cs
- WindowsTab.cs
- ContentValidator.cs
- SelectedDatesCollection.cs
- BamlBinaryReader.cs
- FilterQueryOptionExpression.cs
- ArraySegment.cs
- TCEAdapterGenerator.cs
- SoapProtocolReflector.cs
- ValidationHelper.cs
- ContainsRowNumberChecker.cs
- ChangeTracker.cs
- AssociationSetEnd.cs
- TdsParameterSetter.cs
- ComponentChangedEvent.cs
- SignatureResourceHelper.cs
- GAC.cs
- MachinePropertyVariants.cs
- XmlSchemaGroup.cs
- ConsumerConnectionPoint.cs
- HttpServerUtilityBase.cs
- ExistsInCollection.cs
- GeometryModel3D.cs
- XmlSchemaGroupRef.cs
- AnimatedTypeHelpers.cs
- RegexCaptureCollection.cs
- CodeTryCatchFinallyStatement.cs
- Native.cs
- SmtpCommands.cs
- ProcessThreadCollection.cs
- DrawListViewSubItemEventArgs.cs
- CodePageUtils.cs
- _SslState.cs
- CaseInsensitiveOrdinalStringComparer.cs
- DataSourceCollectionBase.cs
- WpfGeneratedKnownTypes.cs
- GroupDescription.cs
- XmlSchemaCollection.cs
- BaseValidator.cs
- TreeNodeStyle.cs
- ByteAnimationBase.cs
- SourceFileBuildProvider.cs
- WebBrowserBase.cs
- PageRouteHandler.cs
- SystemUdpStatistics.cs
- SqlWriter.cs
- EntityDataSourceDataSelectionPanel.cs
- BuildProviderUtils.cs
- Triplet.cs
- MDIWindowDialog.cs
- XmlSortKey.cs
- TreeNodeCollection.cs
- XmlDataDocument.cs
- SqlReferenceCollection.cs
- Sql8ExpressionRewriter.cs
- ShapingWorkspace.cs
- TextHidden.cs
- WebPartConnectionsConfigureVerb.cs
- FacetValues.cs
- ItemList.cs
- DecimalConstantAttribute.cs
- WindowsBrush.cs
- COM2PropertyDescriptor.cs
- InkCanvasFeedbackAdorner.cs
- EventToken.cs
- ActivityDesignerLayoutSerializers.cs
- ErrorFormatterPage.cs
- TextCollapsingProperties.cs
- ConsumerConnectionPointCollection.cs
- FunctionMappingTranslator.cs
- XmlSchemaAppInfo.cs
- BooleanSwitch.cs
- COM2Enum.cs
- UpDownBase.cs
- LinqDataSourceInsertEventArgs.cs
- TextProviderWrapper.cs
- ValidationHelpers.cs
- EmptyWithCancelationCheckWorkItem.cs
- SafePointer.cs
- PropertyStore.cs
- WebServiceParameterData.cs
- UTF7Encoding.cs
- XsltCompileContext.cs
- VersionedStreamOwner.cs
- EdmProperty.cs
- WebCategoryAttribute.cs
- LocalizedNameDescriptionPair.cs