Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- FunctionParameter.cs
- SHA512Managed.cs
- TextBoxBase.cs
- ReferentialConstraint.cs
- ColorMap.cs
- MeshGeometry3D.cs
- TextPatternIdentifiers.cs
- DesigntimeLicenseContextSerializer.cs
- SortedList.cs
- Subtree.cs
- CompositeControl.cs
- QilStrConcatenator.cs
- InputProcessorProfiles.cs
- FlowLayoutPanel.cs
- Visual3D.cs
- HostingEnvironmentWrapper.cs
- DictionarySurrogate.cs
- GroupBoxAutomationPeer.cs
- DataTableNewRowEvent.cs
- ConfigurationStrings.cs
- StringUtil.cs
- HashMembershipCondition.cs
- DateTimeFormat.cs
- FormatException.cs
- DefaultAsyncDataDispatcher.cs
- ConfigsHelper.cs
- SocketManager.cs
- WindowsRichEdit.cs
- ColumnWidthChangedEvent.cs
- PaginationProgressEventArgs.cs
- FactoryId.cs
- printdlgexmarshaler.cs
- SoundPlayer.cs
- HttpCookie.cs
- XamlStyleSerializer.cs
- XmlWhitespace.cs
- FixedPageProcessor.cs
- SqlDataRecord.cs
- ExpressionBuilderCollection.cs
- DataGridViewCellStyleBuilderDialog.cs
- _DomainName.cs
- RSAOAEPKeyExchangeFormatter.cs
- SimpleWorkerRequest.cs
- AspNetHostingPermission.cs
- RoamingStoreFile.cs
- ManagedWndProcTracker.cs
- unitconverter.cs
- StrongTypingException.cs
- Buffer.cs
- ToolStripItemEventArgs.cs
- DropShadowEffect.cs
- XmlSchemaAttributeGroupRef.cs
- EntityClassGenerator.cs
- XsltFunctions.cs
- CurrencyWrapper.cs
- ObjectIDGenerator.cs
- HtmlHistory.cs
- TypefaceCollection.cs
- MultiTargetingUtil.cs
- WebPartCancelEventArgs.cs
- CatalogZoneAutoFormat.cs
- CodePageUtils.cs
- LazyTextWriterCreator.cs
- UndirectedGraph.cs
- PickBranchDesigner.xaml.cs
- LinkAreaEditor.cs
- RealProxy.cs
- BookmarkScopeManager.cs
- ListBoxAutomationPeer.cs
- MemberDomainMap.cs
- TreePrinter.cs
- BindingContext.cs
- _OverlappedAsyncResult.cs
- Renderer.cs
- DrawingGroup.cs
- ScriptComponentDescriptor.cs
- WebException.cs
- CriticalExceptions.cs
- GridViewDeletedEventArgs.cs
- BindableAttribute.cs
- ResourcePermissionBase.cs
- AppDomainManager.cs
- SurrogateEncoder.cs
- SessionPageStateSection.cs
- Internal.cs
- PackWebRequestFactory.cs
- SmiXetterAccessMap.cs
- DataGridCellEditEndingEventArgs.cs
- XamlWrapperReaders.cs
- ProcessModelSection.cs
- HtmlUtf8RawTextWriter.cs
- TypeConverter.cs
- RequestTimeoutManager.cs
- Substitution.cs
- TextSyndicationContent.cs
- AlphabeticalEnumConverter.cs
- RelationHandler.cs
- Int64.cs
- IfAction.cs
- XamlNamespaceHelper.cs