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
- ExchangeUtilities.cs
- CodeGeneratorOptions.cs
- ShapeTypeface.cs
- SqlNodeTypeOperators.cs
- ObjectRef.cs
- FillRuleValidation.cs
- AlphaSortedEnumConverter.cs
- Expander.cs
- TableCell.cs
- StreamHelper.cs
- GridViewColumnCollection.cs
- Assembly.cs
- KeyFrames.cs
- MatcherBuilder.cs
- TextEffectCollection.cs
- TreeViewCancelEvent.cs
- OneOfConst.cs
- Listbox.cs
- InputReportEventArgs.cs
- StatusBarDrawItemEvent.cs
- CodeEventReferenceExpression.cs
- ProcessProtocolHandler.cs
- DoubleConverter.cs
- EdmSchemaError.cs
- Enum.cs
- WindowsNonControl.cs
- NativeMethods.cs
- LeaseManager.cs
- JsonFormatWriterGenerator.cs
- GridViewCancelEditEventArgs.cs
- DataTrigger.cs
- WorkflowShape.cs
- NumberFormatInfo.cs
- ColorBlend.cs
- Misc.cs
- TimelineCollection.cs
- EraserBehavior.cs
- MethodToken.cs
- _ListenerAsyncResult.cs
- ApplicationId.cs
- ControlBindingsCollection.cs
- TextRenderingModeValidation.cs
- _DomainName.cs
- Win32KeyboardDevice.cs
- Quaternion.cs
- ScrollEvent.cs
- WaitHandle.cs
- TogglePattern.cs
- InvalidOleVariantTypeException.cs
- HttpProtocolImporter.cs
- DataSourceDescriptorCollection.cs
- XPathMultyIterator.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- Maps.cs
- StateWorkerRequest.cs
- KeyedCollection.cs
- DynamicField.cs
- TextTreeNode.cs
- BaseParser.cs
- LastQueryOperator.cs
- ColumnWidthChangingEvent.cs
- XmlNodeChangedEventManager.cs
- ConvertersCollection.cs
- DataGridViewImageColumn.cs
- PathTooLongException.cs
- TimeSpanConverter.cs
- StorageEntityContainerMapping.cs
- ControlUtil.cs
- ReadOnlyCollectionBase.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- ResXBuildProvider.cs
- BinaryFormatterWriter.cs
- WindowsListViewScroll.cs
- Cursor.cs
- InfoCardTraceRecord.cs
- SrgsOneOf.cs
- LocationChangedEventArgs.cs
- BooleanAnimationUsingKeyFrames.cs
- TextBoxView.cs
- DeclarativeCatalogPart.cs
- UnsafeMethods.cs
- SyndicationPerson.cs
- NativeCompoundFileAPIs.cs
- XamlStyleSerializer.cs
- CacheVirtualItemsEvent.cs
- PlanCompiler.cs
- ScaleTransform.cs
- FormsAuthenticationUser.cs
- Odbc32.cs
- PersonalizationEntry.cs
- NonVisualControlAttribute.cs
- ListComponentEditorPage.cs
- Input.cs
- SQLMoney.cs
- ObjectTypeMapping.cs
- Byte.cs
- Property.cs
- StateWorkerRequest.cs
- ResXDataNode.cs
- Compensate.cs