Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowsAddedEventArgs.cs / 1305376 / DataGridViewRowsAddedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; ////// /// public class DataGridViewRowsAddedEventArgs : EventArgs { private int rowIndex, rowCount; ///[To be supplied.] ///public DataGridViewRowsAddedEventArgs(int rowIndex, int rowCount) { Debug.Assert(rowIndex >= 0); Debug.Assert(rowCount >= 1); this.rowIndex = rowIndex; this.rowCount = rowCount; } /// /// /// public int RowIndex { get { return this.rowIndex; } } ///[To be supplied.] ////// /// public int RowCount { get { return this.rowCount; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.Diagnostics; ////// /// public class DataGridViewRowsAddedEventArgs : EventArgs { private int rowIndex, rowCount; ///[To be supplied.] ///public DataGridViewRowsAddedEventArgs(int rowIndex, int rowCount) { Debug.Assert(rowIndex >= 0); Debug.Assert(rowCount >= 1); this.rowIndex = rowIndex; this.rowCount = rowCount; } /// /// /// public int RowIndex { get { return this.rowIndex; } } ///[To be supplied.] ////// /// public int RowCount { get { return this.rowCount; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RuleElement.cs
- FormatStringEditor.cs
- FullTrustAssembliesSection.cs
- _NestedMultipleAsyncResult.cs
- AuthenticationService.cs
- DataGridRelationshipRow.cs
- ObjectDataSourceStatusEventArgs.cs
- StylusPointPropertyId.cs
- CachedPathData.cs
- EnumConverter.cs
- RegistrationServices.cs
- RegexCharClass.cs
- CalendarDay.cs
- controlskin.cs
- DataGridViewCellValueEventArgs.cs
- NumericPagerField.cs
- COM2PictureConverter.cs
- LogLogRecord.cs
- ConnectionInterfaceCollection.cs
- DescendantBaseQuery.cs
- Logging.cs
- MultiAsyncResult.cs
- WindowsListViewItemCheckBox.cs
- OperatingSystem.cs
- DataGridViewCell.cs
- regiisutil.cs
- WorkflowDesignerMessageFilter.cs
- IdnElement.cs
- DragStartedEventArgs.cs
- TransformGroup.cs
- ScriptingWebServicesSectionGroup.cs
- TypeLibraryHelper.cs
- ModulesEntry.cs
- SoapHeaderException.cs
- StrongNameKeyPair.cs
- XPathDocumentNavigator.cs
- BreakSafeBase.cs
- Utils.cs
- MetadataImporter.cs
- CriticalHandle.cs
- ImageField.cs
- RuntimeResourceSet.cs
- ResXBuildProvider.cs
- OleDbConnection.cs
- MimeTypeMapper.cs
- XmlCharCheckingReader.cs
- EntityModelBuildProvider.cs
- WebPartZoneBase.cs
- BoundColumn.cs
- ProviderException.cs
- RotateTransform3D.cs
- WebBrowserUriTypeConverter.cs
- PieceDirectory.cs
- Typography.cs
- Utility.cs
- ErrorsHelper.cs
- ItemsChangedEventArgs.cs
- DataExpression.cs
- BindingExpression.cs
- OpenTypeCommon.cs
- LinqDataSourceHelper.cs
- Control.cs
- MetroSerializationManager.cs
- DataProviderNameConverter.cs
- DrawingAttributesDefaultValueFactory.cs
- HttpCacheParams.cs
- BuildProvider.cs
- BitmapImage.cs
- Screen.cs
- SystemWebSectionGroup.cs
- AutoResizedEvent.cs
- StyleSelector.cs
- XPathMessageFilterElementCollection.cs
- TextEncodedRawTextWriter.cs
- RC2CryptoServiceProvider.cs
- BaseProcessProtocolHandler.cs
- ColumnMapVisitor.cs
- SecurityKeyType.cs
- TypeSystem.cs
- ProfileGroupSettings.cs
- XmlIgnoreAttribute.cs
- ResourceDefaultValueAttribute.cs
- QuaternionAnimation.cs
- SettingsProperty.cs
- DummyDataSource.cs
- Listbox.cs
- DataGridRowHeader.cs
- SHA256Cng.cs
- SignedXml.cs
- SoapSchemaImporter.cs
- DocumentPageView.cs
- StylusTip.cs
- Stackframe.cs
- NullableBoolConverter.cs
- DataRowView.cs
- SafeProcessHandle.cs
- KeyInfo.cs
- Model3DCollection.cs
- SizeConverter.cs
- Publisher.cs