Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewBindingCompleteEventArgs.cs / 1 / DataGridViewBindingCompleteEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
using System.ComponentModel;
///
public class DataGridViewBindingCompleteEventArgs : EventArgs
{
private ListChangedType listChangedType;
///
public DataGridViewBindingCompleteEventArgs(ListChangedType listChangedType)
{
this.listChangedType = listChangedType;
}
///
public ListChangedType ListChangedType
{
get
{
return this.listChangedType;
}
}
}
}
// 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
- ObjectSecurity.cs
- DataGridViewImageCell.cs
- XmlnsCache.cs
- DbReferenceCollection.cs
- ThicknessAnimation.cs
- DataObjectEventArgs.cs
- TiffBitmapEncoder.cs
- X509Utils.cs
- EntityEntry.cs
- MemberExpressionHelper.cs
- RSACryptoServiceProvider.cs
- DataServiceQuery.cs
- SourceCollection.cs
- ImpersonateTokenRef.cs
- XmlObjectSerializerReadContextComplex.cs
- StringUtil.cs
- EntityDataSourceSelectedEventArgs.cs
- SByteStorage.cs
- AutomationPatternInfo.cs
- XmlElementAttribute.cs
- CharKeyFrameCollection.cs
- CopyAttributesAction.cs
- LastQueryOperator.cs
- Transform3D.cs
- StructuralObject.cs
- SqlInternalConnectionSmi.cs
- XPathDescendantIterator.cs
- FormatException.cs
- DbConnectionPoolIdentity.cs
- DynamicObjectAccessor.cs
- ImageMap.cs
- Tool.cs
- AttachedAnnotation.cs
- PersistenceTypeAttribute.cs
- NativeMethods.cs
- NamespaceDisplay.xaml.cs
- Int16KeyFrameCollection.cs
- DebugHandleTracker.cs
- ErrorLog.cs
- CaseInsensitiveComparer.cs
- AssociationTypeEmitter.cs
- CTreeGenerator.cs
- PrefixQName.cs
- SHA1Managed.cs
- CreateUserWizard.cs
- ProcessHostConfigUtils.cs
- QuotedPairReader.cs
- TableRow.cs
- Calendar.cs
- CreateUserWizardStep.cs
- CreateUserErrorEventArgs.cs
- Window.cs
- Int32Storage.cs
- ResourceReferenceExpressionConverter.cs
- ChannelServices.cs
- FixedPageStructure.cs
- QueryConverter.cs
- AuthenticationService.cs
- ListViewGroup.cs
- StorageAssociationSetMapping.cs
- MergePropertyDescriptor.cs
- Group.cs
- Error.cs
- webbrowsersite.cs
- DatePicker.cs
- _SecureChannel.cs
- AnonymousIdentificationSection.cs
- CounterCreationData.cs
- TemplatedWizardStep.cs
- RequestSecurityTokenResponse.cs
- ColumnMapTranslator.cs
- TrackingProfileDeserializationException.cs
- DataBinding.cs
- MouseButton.cs
- StylusDownEventArgs.cs
- GuidelineCollection.cs
- OdbcErrorCollection.cs
- BasicExpandProvider.cs
- DelimitedListTraceListener.cs
- Light.cs
- BitmapEffectInput.cs
- EntityDataSourceEntitySetNameItem.cs
- MruCache.cs
- WebExceptionStatus.cs
- MinimizableAttributeTypeConverter.cs
- PolyLineSegment.cs
- ExpressionLexer.cs
- BulletChrome.cs
- WindowsButton.cs
- RolePrincipal.cs
- Int16Converter.cs
- MethodBody.cs
- DataList.cs
- CodePageUtils.cs
- CroppedBitmap.cs
- CommandArguments.cs
- RightsManagementUser.cs
- ThreadAttributes.cs
- TemplatePartAttribute.cs
- HtmlFormParameterReader.cs