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
- TextCompositionEventArgs.cs
- PrintDialog.cs
- FeatureSupport.cs
- ListViewContainer.cs
- validationstate.cs
- UnsafeNativeMethods.cs
- VisualStyleRenderer.cs
- FontNameConverter.cs
- COM2TypeInfoProcessor.cs
- translator.cs
- __Error.cs
- SafeRightsManagementPubHandle.cs
- BuildProviderAppliesToAttribute.cs
- DetailsViewRowCollection.cs
- Int64Storage.cs
- SoapEnumAttribute.cs
- MinimizableAttributeTypeConverter.cs
- VariableQuery.cs
- DesignConnectionCollection.cs
- ConfigurationElementProperty.cs
- MatrixKeyFrameCollection.cs
- RequestCacheManager.cs
- SspiWrapper.cs
- WindowHideOrCloseTracker.cs
- FastPropertyAccessor.cs
- Frame.cs
- ObjectListDesigner.cs
- EastAsianLunisolarCalendar.cs
- FontDifferentiator.cs
- RelationshipType.cs
- SRGSCompiler.cs
- Point3DAnimationUsingKeyFrames.cs
- HeaderFilter.cs
- shaper.cs
- RestHandler.cs
- ObjectSet.cs
- ColorTransform.cs
- SqlFlattener.cs
- CodeCatchClauseCollection.cs
- SystemWebExtensionsSectionGroup.cs
- ConstraintEnumerator.cs
- QilParameter.cs
- DrawTreeNodeEventArgs.cs
- TypeDescriptionProviderAttribute.cs
- GridViewUpdatedEventArgs.cs
- HtmlAnchor.cs
- EventMappingSettingsCollection.cs
- XmlText.cs
- WizardStepBase.cs
- CallbackValidatorAttribute.cs
- ElementHost.cs
- HideDisabledControlAdapter.cs
- GridEntryCollection.cs
- XmlElementAttribute.cs
- PropertyNames.cs
- XmlSchemaSequence.cs
- CacheForPrimitiveTypes.cs
- PanningMessageFilter.cs
- ArrayExtension.cs
- ApplicationBuildProvider.cs
- PropertyGridEditorPart.cs
- BamlTreeUpdater.cs
- WebColorConverter.cs
- Util.cs
- ListControl.cs
- EmbossBitmapEffect.cs
- RoleGroupCollection.cs
- KeyEvent.cs
- AssemblyHash.cs
- AssemblySettingAttributes.cs
- CodeLinePragma.cs
- DuplicateWaitObjectException.cs
- HttpCookieCollection.cs
- SecurityContextSecurityTokenParameters.cs
- SafeHandles.cs
- GenericArgumentsUpdater.cs
- WindowsTokenRoleProvider.cs
- OleDbSchemaGuid.cs
- DocumentViewerBaseAutomationPeer.cs
- QueryPrefixOp.cs
- documentsequencetextpointer.cs
- EntityKeyElement.cs
- NetStream.cs
- SynchronizationContextHelper.cs
- _FtpControlStream.cs
- XmlTypeAttribute.cs
- LazyTextWriterCreator.cs
- CreatingCookieEventArgs.cs
- DataSourceHelper.cs
- CodeAttributeArgument.cs
- CurrencyWrapper.cs
- DatatypeImplementation.cs
- ObjectDataSourceEventArgs.cs
- TransactionsSectionGroup.cs
- CompatibleComparer.cs
- TdsParserSessionPool.cs
- XamlVector3DCollectionSerializer.cs
- LockCookie.cs
- ToolStripHighContrastRenderer.cs
- PolyLineSegment.cs