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
- MarkerProperties.cs
- ChildTable.cs
- UpdateManifestForBrowserApplication.cs
- ProfileServiceManager.cs
- MemberBinding.cs
- BaseTemplateParser.cs
- DatatypeImplementation.cs
- UnauthorizedWebPart.cs
- OleAutBinder.cs
- DataGridTextBox.cs
- SamlConstants.cs
- EntryWrittenEventArgs.cs
- DataTemplateSelector.cs
- EntityDataSourceDesignerHelper.cs
- PageParser.cs
- ParserStack.cs
- FunctionGenerator.cs
- _Events.cs
- OrderedEnumerableRowCollection.cs
- ScriptHandlerFactory.cs
- BamlTreeNode.cs
- WebServiceParameterData.cs
- FamilyMapCollection.cs
- DataGridViewColumnHeaderCell.cs
- ProfileGroupSettings.cs
- DataView.cs
- RegexCaptureCollection.cs
- RegexParser.cs
- NotImplementedException.cs
- TypedElement.cs
- WebPartActionVerb.cs
- SafeProcessHandle.cs
- DbProviderConfigurationHandler.cs
- WebExceptionStatus.cs
- IdentityNotMappedException.cs
- PrintDialog.cs
- CodeDOMUtility.cs
- RequestBringIntoViewEventArgs.cs
- UnmanagedMemoryStreamWrapper.cs
- SystemTcpStatistics.cs
- WaitHandle.cs
- TargetControlTypeAttribute.cs
- Hash.cs
- MetabaseServerConfig.cs
- GridItemCollection.cs
- Row.cs
- WebPartConnection.cs
- XamlFilter.cs
- OdbcConnectionFactory.cs
- PassportIdentity.cs
- PixelFormatConverter.cs
- SchemaMapping.cs
- DynamicUpdateCommand.cs
- DataGridViewSelectedRowCollection.cs
- Propagator.cs
- XmlC14NWriter.cs
- glyphs.cs
- TextDecorationCollection.cs
- GlyphRun.cs
- RadioButtonAutomationPeer.cs
- SerializationTrace.cs
- LabelTarget.cs
- SubqueryRules.cs
- PlainXmlSerializer.cs
- ResumeStoryboard.cs
- Subtree.cs
- AuditLogLocation.cs
- JsonStringDataContract.cs
- AttachedPropertyInfo.cs
- CodeCatchClauseCollection.cs
- DigestComparer.cs
- OleDbStruct.cs
- RoutedCommand.cs
- Stroke2.cs
- StringOutput.cs
- ModuleBuilderData.cs
- CalendarDay.cs
- Cursors.cs
- BindUriHelper.cs
- EntityProviderServices.cs
- ResourceExpressionEditorSheet.cs
- AtomicFile.cs
- StackOverflowException.cs
- CodeGeneratorOptions.cs
- BaseProcessProtocolHandler.cs
- SortFieldComparer.cs
- ObjectListCommand.cs
- BuildProviderAppliesToAttribute.cs
- HasCopySemanticsAttribute.cs
- mansign.cs
- MulticastNotSupportedException.cs
- GuidelineSet.cs
- MessageDescription.cs
- BindingsSection.cs
- SimpleExpression.cs
- AssemblyNameUtility.cs
- Documentation.cs
- MailAddress.cs
- ListViewItemSelectionChangedEvent.cs
- MultipartIdentifier.cs