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 / 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.
//
//-----------------------------------------------------------------------------
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlTypeConverter.cs
- TransportOutputChannel.cs
- ManagementObjectSearcher.cs
- XmlSerializerVersionAttribute.cs
- EncryptedKey.cs
- FunctionParameter.cs
- FixUpCollection.cs
- NavigationEventArgs.cs
- GestureRecognitionResult.cs
- Assert.cs
- QilValidationVisitor.cs
- GuidConverter.cs
- XmlRootAttribute.cs
- RsaSecurityToken.cs
- DecoderBestFitFallback.cs
- LayoutTable.cs
- WebHttpBindingCollectionElement.cs
- TraceHwndHost.cs
- ControlBuilderAttribute.cs
- TraceLevelHelper.cs
- MessageHeaderDescription.cs
- CanExecuteRoutedEventArgs.cs
- PageSettings.cs
- Int32Collection.cs
- XmlSchemaObjectTable.cs
- ChineseLunisolarCalendar.cs
- MappingItemCollection.cs
- XPathSelfQuery.cs
- TableDetailsRow.cs
- ConfigurationStrings.cs
- MessageLogTraceRecord.cs
- ArrayElementGridEntry.cs
- FormatConvertedBitmap.cs
- Panel.cs
- Graph.cs
- TogglePattern.cs
- EntityDataSourceDesigner.cs
- DataGridViewBand.cs
- Expander.cs
- Sql8ExpressionRewriter.cs
- DataGridToolTip.cs
- NumberFormatInfo.cs
- MobileTextWriter.cs
- EdmSchemaError.cs
- UIElementParagraph.cs
- FilterableAttribute.cs
- Setter.cs
- RuntimeResourceSet.cs
- GenericTransactionFlowAttribute.cs
- SortAction.cs
- OleDbErrorCollection.cs
- ObjRef.cs
- ModuleBuilder.cs
- SecondaryViewProvider.cs
- CompilerParameters.cs
- SafeNativeMethods.cs
- CssTextWriter.cs
- DataGridViewCellConverter.cs
- EnumType.cs
- CopyOnWriteList.cs
- ScriptingSectionGroup.cs
- KeySpline.cs
- ArgumentNullException.cs
- DataBoundControlHelper.cs
- SafeTokenHandle.cs
- UnsafeNativeMethods.cs
- TdsParserStaticMethods.cs
- BorderGapMaskConverter.cs
- RectangleGeometry.cs
- DateTimeFormatInfo.cs
- SharedConnectionInfo.cs
- Dump.cs
- BinaryNode.cs
- MessageSmuggler.cs
- ContainerParaClient.cs
- TextPatternIdentifiers.cs
- ProcessHostMapPath.cs
- ControlBindingsCollection.cs
- XomlCompilerError.cs
- XMLSyntaxException.cs
- XmlSchemaSimpleContent.cs
- CodeNamespaceImportCollection.cs
- MetafileHeaderWmf.cs
- NavigationCommands.cs
- DirectoryGroupQuery.cs
- DataAccessor.cs
- AmbiguousMatchException.cs
- RegexRunner.cs
- Matrix3DConverter.cs
- ClientProxyGenerator.cs
- SafeWaitHandle.cs
- StorageScalarPropertyMapping.cs
- EndpointDiscoveryMetadata11.cs
- Transform3D.cs
- ResourceSet.cs
- RightsManagementPermission.cs
- UriTemplateEquivalenceComparer.cs
- NameTable.cs
- SiteIdentityPermission.cs
- ParserContext.cs