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
- TableHeaderCell.cs
- AnnotationComponentManager.cs
- SmiMetaData.cs
- EntityDataSource.cs
- CancellationState.cs
- DataColumnMappingCollection.cs
- ObfuscateAssemblyAttribute.cs
- IntegerFacetDescriptionElement.cs
- SessionStateUtil.cs
- AssemblyBuilderData.cs
- QueryUtil.cs
- DataSet.cs
- VirtualPath.cs
- PriorityBindingExpression.cs
- TTSEngineTypes.cs
- RoleGroupCollection.cs
- HandlerBase.cs
- VectorCollection.cs
- PanelDesigner.cs
- XmlParserContext.cs
- StyleBamlRecordReader.cs
- DesignerTextViewAdapter.cs
- NetworkStream.cs
- BatchStream.cs
- StorageBasedPackageProperties.cs
- MappingException.cs
- JsonSerializer.cs
- UIPermission.cs
- RuleSetDialog.cs
- EntityConnectionStringBuilderItem.cs
- ThreadStaticAttribute.cs
- TextRenderer.cs
- CodeDirectionExpression.cs
- OneToOneMappingSerializer.cs
- DbConnectionPoolOptions.cs
- FloatUtil.cs
- Int32AnimationUsingKeyFrames.cs
- MD5CryptoServiceProvider.cs
- DelegateSerializationHolder.cs
- BuildProvider.cs
- WebPartExportVerb.cs
- MarkupCompilePass2.cs
- Transform.cs
- EnlistmentTraceIdentifier.cs
- TypeElement.cs
- WindowsSpinner.cs
- DesignTimeTemplateParser.cs
- OrderToken.cs
- SafeEventLogWriteHandle.cs
- RootBuilder.cs
- CrossSiteScriptingValidation.cs
- VisemeEventArgs.cs
- EntityDataSourceContextCreatedEventArgs.cs
- EventLogPermissionAttribute.cs
- PropertyMappingExceptionEventArgs.cs
- SmtpCommands.cs
- WebServiceParameterData.cs
- Permission.cs
- Int16AnimationUsingKeyFrames.cs
- XmlElementList.cs
- Application.cs
- BindingExpressionBase.cs
- AssemblyResourceLoader.cs
- XmlSignificantWhitespace.cs
- ComboBox.cs
- storepermission.cs
- ModelTreeEnumerator.cs
- HMACRIPEMD160.cs
- Interop.cs
- TextElement.cs
- ProbeMatchesApril2005.cs
- MD5CryptoServiceProvider.cs
- ToolStripSplitButton.cs
- TextRange.cs
- XmlSchemaExternal.cs
- HtmlInputControl.cs
- HierarchicalDataBoundControl.cs
- DesignerLabelAdapter.cs
- MethodCallTranslator.cs
- GifBitmapDecoder.cs
- BuildResultCache.cs
- Resources.Designer.cs
- TextRunTypographyProperties.cs
- BuildManager.cs
- HostingEnvironmentSection.cs
- ProfileProvider.cs
- XmlNotation.cs
- UpdateTracker.cs
- TableAdapterManagerNameHandler.cs
- StreamingContext.cs
- ObsoleteAttribute.cs
- WeakRefEnumerator.cs
- JobDuplex.cs
- HandledEventArgs.cs
- KnownIds.cs
- SQLDecimalStorage.cs
- BamlResourceDeserializer.cs
- EntityTransaction.cs
- HttpInputStream.cs
- ListItemViewControl.cs