Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ // // 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
- BindingSource.cs
- XmlStrings.cs
- EventTrigger.cs
- NameValuePair.cs
- QueryPageSettingsEventArgs.cs
- StretchValidation.cs
- GroupBox.cs
- LinkDescriptor.cs
- SqlWebEventProvider.cs
- wgx_commands.cs
- NavigationProperty.cs
- HttpClientChannel.cs
- PermissionRequestEvidence.cs
- WebSysDescriptionAttribute.cs
- DrawingImage.cs
- UnsafeNativeMethods.cs
- StructuredTypeEmitter.cs
- PublisherMembershipCondition.cs
- NamespaceQuery.cs
- AuthenticationSection.cs
- AccessControlList.cs
- XmlSchemaElement.cs
- Unit.cs
- MimeTypeAttribute.cs
- ConfigurationUtility.cs
- JavaScriptSerializer.cs
- HtmlForm.cs
- NameTable.cs
- AudioFileOut.cs
- COM2PropertyBuilderUITypeEditor.cs
- CustomAttributeSerializer.cs
- AvTraceDetails.cs
- AppSecurityManager.cs
- LineMetrics.cs
- JoinCqlBlock.cs
- StringHandle.cs
- ResolveMatches11.cs
- CodeParameterDeclarationExpressionCollection.cs
- PersonalizablePropertyEntry.cs
- DataBindingList.cs
- ResourceReferenceExpressionConverter.cs
- DesignerToolStripControlHost.cs
- COM2EnumConverter.cs
- ParserStreamGeometryContext.cs
- EntitySqlQueryCacheKey.cs
- RestrictedTransactionalPackage.cs
- HttpValueCollection.cs
- DataServiceQueryException.cs
- StylusLogic.cs
- PictureBox.cs
- CacheManager.cs
- SmtpClient.cs
- UserNamePasswordValidator.cs
- OnOperation.cs
- TailCallAnalyzer.cs
- SizeFConverter.cs
- ConfigurationLocationCollection.cs
- InstanceHandle.cs
- TreeNodeCollection.cs
- updatecommandorderer.cs
- PropertyToken.cs
- TrustSection.cs
- RawTextInputReport.cs
- SafeViewOfFileHandle.cs
- XmlDocumentType.cs
- DataFieldConverter.cs
- TagPrefixAttribute.cs
- WindowsStatusBar.cs
- MailMessageEventArgs.cs
- MdiWindowListItemConverter.cs
- AlignmentXValidation.cs
- ListControl.cs
- MultiBindingExpression.cs
- PauseStoryboard.cs
- DeploymentExceptionMapper.cs
- HealthMonitoringSection.cs
- XPathEmptyIterator.cs
- IIS7UserPrincipal.cs
- LinkedResource.cs
- DbReferenceCollection.cs
- InputLanguageProfileNotifySink.cs
- OleDbStruct.cs
- FormViewDeletedEventArgs.cs
- ApplyImportsAction.cs
- TabRenderer.cs
- XPathAncestorQuery.cs
- DurableEnlistmentState.cs
- RTLAwareMessageBox.cs
- ObfuscateAssemblyAttribute.cs
- DateBoldEvent.cs
- ZipIOCentralDirectoryFileHeader.cs
- Transform.cs
- SerializationHelper.cs
- EmbeddedMailObjectsCollection.cs
- SourceFilter.cs
- DoubleLinkList.cs
- XmlSchemaSet.cs
- SkewTransform.cs
- GacUtil.cs
- MainMenu.cs