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
- Currency.cs
- CollectionViewProxy.cs
- KeyGestureValueSerializer.cs
- FileFormatException.cs
- COMException.cs
- SqlDataSourceView.cs
- StateBag.cs
- XmlElementAttributes.cs
- StylusTip.cs
- FontFamily.cs
- PersistenceTypeAttribute.cs
- XPathAncestorIterator.cs
- Documentation.cs
- UriWriter.cs
- ElementNotEnabledException.cs
- TimeSpanParse.cs
- DesignerTextBoxAdapter.cs
- ListMarkerLine.cs
- IPipelineRuntime.cs
- TextEditorContextMenu.cs
- CompiledQueryCacheEntry.cs
- EventlogProvider.cs
- _SafeNetHandles.cs
- XmlSchemaSimpleTypeUnion.cs
- AsyncResult.cs
- WorkflowRequestContext.cs
- ReadOnlyCollectionBase.cs
- DatePickerAutomationPeer.cs
- FamilyCollection.cs
- WebHttpBindingElement.cs
- InlinedAggregationOperatorEnumerator.cs
- LineSegment.cs
- DataGridViewRowEventArgs.cs
- SignatureToken.cs
- CommandDevice.cs
- AdPostCacheSubstitution.cs
- ConfigurationElement.cs
- RequiredAttributeAttribute.cs
- PackageController.cs
- InputBuffer.cs
- streamingZipPartStream.cs
- SqlBulkCopy.cs
- CompoundFileStorageReference.cs
- CommonObjectSecurity.cs
- ResourceReader.cs
- ResourceExpression.cs
- WebPartTracker.cs
- XmlDataContract.cs
- TreeBuilderXamlTranslator.cs
- XmlUtil.cs
- DataGridTableCollection.cs
- xmlNames.cs
- DataError.cs
- Pens.cs
- HtmlTextViewAdapter.cs
- UserPreferenceChangedEventArgs.cs
- DisplayNameAttribute.cs
- HelloOperation11AsyncResult.cs
- DropTarget.cs
- SchemaDeclBase.cs
- DataSourceIDConverter.cs
- WindowsListView.cs
- RequestQueryProcessor.cs
- AlphabeticalEnumConverter.cs
- XmlElement.cs
- MethodAccessException.cs
- Stackframe.cs
- Stack.cs
- NumberAction.cs
- LogFlushAsyncResult.cs
- MappingSource.cs
- LayoutEngine.cs
- XmlAttributeCache.cs
- TextDecorationCollectionConverter.cs
- IteratorAsyncResult.cs
- BamlResourceSerializer.cs
- InternalSafeNativeMethods.cs
- CompositeDispatchFormatter.cs
- Debug.cs
- NameValueFileSectionHandler.cs
- TemplateBindingExpressionConverter.cs
- TagMapInfo.cs
- StorageEntityContainerMapping.cs
- SecurityDescriptor.cs
- XPathAncestorQuery.cs
- DesignerOptionService.cs
- CriticalFinalizerObject.cs
- SafeNativeMethods.cs
- OdbcErrorCollection.cs
- ProcessHost.cs
- MarshalByRefObject.cs
- AuthorizationSection.cs
- RedirectionProxy.cs
- RightNameExpirationInfoPair.cs
- FlowDocumentView.cs
- DocumentSchemaValidator.cs
- TabRenderer.cs
- Baml2006SchemaContext.cs
- DataRowView.cs
- ManagedIStream.cs