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
- ConnectionPoint.cs
- FixedDocument.cs
- MarshalByValueComponent.cs
- X500Name.cs
- CriticalExceptions.cs
- OrderPreservingMergeHelper.cs
- CancelRequestedRecord.cs
- AggregateNode.cs
- MemberMaps.cs
- SynchronizingStream.cs
- FocusManager.cs
- DateBoldEvent.cs
- AspNetCompatibilityRequirementsMode.cs
- ScopelessEnumAttribute.cs
- XmlSchemaValidationException.cs
- Size.cs
- EntityException.cs
- SQLUtility.cs
- SplitterCancelEvent.cs
- DBSchemaTable.cs
- DeploymentSection.cs
- RuleSetBrowserDialog.cs
- CustomAttributeFormatException.cs
- OutputCacheModule.cs
- RenderTargetBitmap.cs
- LassoHelper.cs
- GraphicsContext.cs
- LayoutTableCell.cs
- ProxyAttribute.cs
- GradientStop.cs
- CompModSwitches.cs
- DocumentSchemaValidator.cs
- LinkArea.cs
- WizardStepBase.cs
- DBProviderConfigurationHandler.cs
- SendMailErrorEventArgs.cs
- OdbcException.cs
- basecomparevalidator.cs
- HttpListener.cs
- ThicknessAnimation.cs
- FlowDocumentScrollViewer.cs
- RootBuilder.cs
- ProjectionPlanCompiler.cs
- FormatConvertedBitmap.cs
- InvalidDocumentContentsException.cs
- ContentHostHelper.cs
- FrameworkReadOnlyPropertyMetadata.cs
- TableFieldsEditor.cs
- counter.cs
- KerberosRequestorSecurityToken.cs
- OperationContextScope.cs
- PartialCachingControl.cs
- DataConnectionHelper.cs
- CapabilitiesRule.cs
- SecUtil.cs
- CodeCommentStatementCollection.cs
- CheckPair.cs
- CFGGrammar.cs
- AutomationProperty.cs
- SystemMulticastIPAddressInformation.cs
- DataConnectionHelper.cs
- ProviderConnectionPoint.cs
- DispatcherHooks.cs
- PreviewKeyDownEventArgs.cs
- TemplateControlBuildProvider.cs
- ModuleConfigurationInfo.cs
- WebPartDisplayModeEventArgs.cs
- EventLogInformation.cs
- ValueQuery.cs
- XmlILStorageConverter.cs
- GridView.cs
- EntityStoreSchemaGenerator.cs
- TriggerAction.cs
- __Error.cs
- PageCodeDomTreeGenerator.cs
- UserControlParser.cs
- CodeAttributeDeclaration.cs
- CodeIterationStatement.cs
- CacheManager.cs
- DataListItemEventArgs.cs
- PathSegmentCollection.cs
- WindowsGraphics.cs
- InputReport.cs
- mda.cs
- AncillaryOps.cs
- MiniLockedBorderGlyph.cs
- OleDbException.cs
- HtmlPanelAdapter.cs
- columnmapkeybuilder.cs
- XmlAttributeOverrides.cs
- PropertyRef.cs
- DbSourceParameterCollection.cs
- ToolBarButtonClickEvent.cs
- FixedSOMGroup.cs
- TreeViewItem.cs
- LocationReferenceValue.cs
- DrawListViewSubItemEventArgs.cs
- WinEventQueueItem.cs
- TypeBuilder.cs
- RMPublishingDialog.cs