Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- BrowsableAttribute.cs
- ReplacementText.cs
- NonBatchDirectoryCompiler.cs
- DXD.cs
- GenericArgumentsUpdater.cs
- EmptyEnumerator.cs
- KnownTypesHelper.cs
- XmlDomTextWriter.cs
- UrlPath.cs
- CharKeyFrameCollection.cs
- TimerElapsedEvenArgs.cs
- DateTime.cs
- TextSelectionProcessor.cs
- BitmapCodecInfoInternal.cs
- Logging.cs
- VerificationAttribute.cs
- DocumentXmlWriter.cs
- DataGridTableCollection.cs
- RecognizedPhrase.cs
- IncrementalHitTester.cs
- EventListener.cs
- DrawingGroupDrawingContext.cs
- SqlBulkCopy.cs
- SqlInternalConnectionTds.cs
- QueryStringParameter.cs
- ThreadInterruptedException.cs
- DataGridCheckBoxColumn.cs
- PropertyMapper.cs
- FixedDocumentPaginator.cs
- UrlEncodedParameterWriter.cs
- XmlWriterTraceListener.cs
- ComponentEditorForm.cs
- BaseParagraph.cs
- Dictionary.cs
- WindowInteractionStateTracker.cs
- Normalization.cs
- DocumentApplication.cs
- XmlJsonReader.cs
- MetadataCache.cs
- SharedUtils.cs
- ping.cs
- TimeoutValidationAttribute.cs
- PropertyManager.cs
- TextControlDesigner.cs
- TriggerCollection.cs
- ZoneLinkButton.cs
- TextParaClient.cs
- UserPreferenceChangingEventArgs.cs
- XPathNavigator.cs
- Effect.cs
- PrintDialog.cs
- GeneralTransform3DGroup.cs
- FocusWithinProperty.cs
- RTLAwareMessageBox.cs
- RoleServiceManager.cs
- XpsThumbnail.cs
- AuthenticationModulesSection.cs
- SocketAddress.cs
- DesignerTransaction.cs
- DataGridViewRowPrePaintEventArgs.cs
- PropertyEntry.cs
- CannotUnloadAppDomainException.cs
- TPLETWProvider.cs
- AccessKeyManager.cs
- Fx.cs
- UpdateProgress.cs
- ParseHttpDate.cs
- XmlSerializationGeneratedCode.cs
- mongolianshape.cs
- FilteredAttributeCollection.cs
- MediaSystem.cs
- GeometryConverter.cs
- DbParameterHelper.cs
- TransformedBitmap.cs
- PagesSection.cs
- BaseCAMarshaler.cs
- ByteAnimation.cs
- BitmapScalingModeValidation.cs
- HttpWebRequestElement.cs
- DataSourceXmlSerializer.cs
- LightweightCodeGenerator.cs
- ProcessHostFactoryHelper.cs
- XmlAnyElementAttributes.cs
- MultiSelectRootGridEntry.cs
- GrammarBuilderRuleRef.cs
- X509SubjectKeyIdentifierClause.cs
- SizeAnimationBase.cs
- DesignerResources.cs
- OleCmdHelper.cs
- NamespaceEmitter.cs
- PKCS1MaskGenerationMethod.cs
- ListView.cs
- ParameterCollection.cs
- Quaternion.cs
- ClientApiGenerator.cs
- UpWmlMobileTextWriter.cs
- DependencyObjectPropertyDescriptor.cs
- CodeDomLocalizationProvider.cs
- OutOfMemoryException.cs
- QuaternionRotation3D.cs