Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewBindingCompleteEventArgs.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextFormatterHost.cs
- XmlSchemaObjectCollection.cs
- BinarySerializer.cs
- TranslateTransform3D.cs
- StringCollectionMarkupSerializer.cs
- Hashtable.cs
- MorphHelper.cs
- StoreContentChangedEventArgs.cs
- PropertyDescriptorComparer.cs
- XmlExpressionDumper.cs
- AppDomainResourcePerfCounters.cs
- AssociativeAggregationOperator.cs
- DebugView.cs
- ClientSettingsSection.cs
- OneWayElement.cs
- SatelliteContractVersionAttribute.cs
- HandledEventArgs.cs
- MembershipSection.cs
- OdbcEnvironment.cs
- ObjectStateEntryDbDataRecord.cs
- ImageBrush.cs
- DesignRelationCollection.cs
- SecurityKeyUsage.cs
- AssemblyBuilderData.cs
- ClickablePoint.cs
- XmlEnumAttribute.cs
- NTAccount.cs
- DeviceSpecificChoice.cs
- New.cs
- ArgIterator.cs
- ListDictionary.cs
- NameValuePair.cs
- RuntimeUtils.cs
- CatalogZoneAutoFormat.cs
- DateTimeFormat.cs
- TextRangeProviderWrapper.cs
- CachedFontFamily.cs
- ConfigurationSectionGroup.cs
- OciHandle.cs
- ClientScriptManager.cs
- XmlKeywords.cs
- While.cs
- GacUtil.cs
- ServiceMetadataBehavior.cs
- WebPartZoneBase.cs
- IsolatedStorageFilePermission.cs
- OdbcException.cs
- RequestBringIntoViewEventArgs.cs
- CategoryGridEntry.cs
- Ipv6Element.cs
- ConfigurationFileMap.cs
- TaiwanLunisolarCalendar.cs
- XmlSchemaSubstitutionGroup.cs
- TreeNodeMouseHoverEvent.cs
- WebRequestModuleElement.cs
- rsa.cs
- COMException.cs
- BindingSource.cs
- StatusStrip.cs
- AudioDeviceOut.cs
- SoapExtensionReflector.cs
- CircleHotSpot.cs
- VersionUtil.cs
- DelegateArgumentReference.cs
- IdnMapping.cs
- RepeaterItem.cs
- HttpContextBase.cs
- Content.cs
- ActivityWithResultValueSerializer.cs
- Command.cs
- DataSourceSerializationException.cs
- HighlightVisual.cs
- ErrorLog.cs
- EventLogPermissionAttribute.cs
- ComponentManagerBroker.cs
- TableLayoutPanelCellPosition.cs
- InternalBufferOverflowException.cs
- NonDualMessageSecurityOverHttpElement.cs
- ClientRuntimeConfig.cs
- User.cs
- TreeNodeStyleCollection.cs
- TextSearch.cs
- XPathScanner.cs
- LoginDesignerUtil.cs
- XmlILConstructAnalyzer.cs
- DefaultShape.cs
- OleDbFactory.cs
- ListViewPagedDataSource.cs
- ProfileSettings.cs
- DataGridLinkButton.cs
- TdsParserStateObject.cs
- ToolStripPanelRenderEventArgs.cs
- OdbcDataAdapter.cs
- DBSqlParser.cs
- WebPartTracker.cs
- ApplicationSettingsBase.cs
- SqlMethodTransformer.cs
- ComponentCache.cs
- SqlDataSourceCache.cs
- PositiveTimeSpanValidator.cs