Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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;
///
///
///
/// Provides data for the
/// event.
///
///
public class InvalidateEventArgs : EventArgs {
///
///
/// Rectangle that bounds the window area which has been invalidated.
///
private readonly Rectangle invalidRect;
///
///
///
/// Initializes a new instance of the
/// class.
///
///
public InvalidateEventArgs(Rectangle invalidRect) {
this.invalidRect = invalidRect;
}
///
///
///
/// Gets a value
/// indicating the
/// that contains the invalidated window area.
///
///
public Rectangle InvalidRect {
get {
return invalidRect;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DbSourceCommand.cs
- CollectionViewGroup.cs
- Context.cs
- ExtensionWindowResizeGrip.cs
- BulletedListEventArgs.cs
- OracleCommandSet.cs
- WindowsStatusBar.cs
- StorageMappingItemLoader.cs
- ProfileGroupSettingsCollection.cs
- StorageInfo.cs
- Knowncolors.cs
- DataList.cs
- LinqDataSourceUpdateEventArgs.cs
- AuthenticateEventArgs.cs
- EditorPartChrome.cs
- RtfControlWordInfo.cs
- DoubleLinkListEnumerator.cs
- StatusBarAutomationPeer.cs
- CustomCredentialPolicy.cs
- InputLangChangeRequestEvent.cs
- TraceSection.cs
- CqlBlock.cs
- bindurihelper.cs
- MetadataException.cs
- ImageAttributes.cs
- QilLoop.cs
- SwitchAttribute.cs
- DataGridLengthConverter.cs
- EventItfInfo.cs
- StateBag.cs
- ListControlConvertEventArgs.cs
- XPathBuilder.cs
- FillErrorEventArgs.cs
- WebPartActionVerb.cs
- XamlInt32CollectionSerializer.cs
- ThreadStaticAttribute.cs
- UserValidatedEventArgs.cs
- WeakReferenceKey.cs
- XamlHostingSection.cs
- DataSourceHelper.cs
- KeyNotFoundException.cs
- ReadOnlyDictionary.cs
- PanningMessageFilter.cs
- LassoSelectionBehavior.cs
- StandardToolWindows.cs
- WindowsFormsLinkLabel.cs
- StateManagedCollection.cs
- StateWorkerRequest.cs
- TdsParserHelperClasses.cs
- Knowncolors.cs
- SimpleFieldTemplateFactory.cs
- SQLSingleStorage.cs
- ErrorWebPart.cs
- DataGridViewLinkColumn.cs
- ObjectQueryExecutionPlan.cs
- ViewCellSlot.cs
- QuarticEase.cs
- EdmProperty.cs
- WizardSideBarListControlItem.cs
- ScriptResourceHandler.cs
- DeclaredTypeElement.cs
- MsmqNonTransactedPoisonHandler.cs
- MonthChangedEventArgs.cs
- FileUpload.cs
- TraceLevelStore.cs
- PartitionResolver.cs
- CellTreeNodeVisitors.cs
- CodeEntryPointMethod.cs
- BulletedListEventArgs.cs
- FaultHandlingFilter.cs
- TdsParserStateObject.cs
- WebBrowserPermission.cs
- RefreshEventArgs.cs
- RightsManagementInformation.cs
- DataServiceException.cs
- HandleRef.cs
- Properties.cs
- Int64AnimationUsingKeyFrames.cs
- EventNotify.cs
- MetaModel.cs
- TemplatePropertyEntry.cs
- ButtonFieldBase.cs
- TimeIntervalCollection.cs
- IgnoreFlushAndCloseStream.cs
- ping.cs
- D3DImage.cs
- XmlWrappingReader.cs
- DependencyObject.cs
- SafeHandle.cs
- ContextMenuStripGroupCollection.cs
- DataReceivedEventArgs.cs
- TrueReadOnlyCollection.cs
- ConsumerConnectionPoint.cs
- SignedXml.cs
- XmlAnyElementAttribute.cs
- RemoteWebConfigurationHostServer.cs
- RewritingPass.cs
- GregorianCalendarHelper.cs
- ProfileSection.cs
- ReadingWritingEntityEventArgs.cs