Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DataGridViewRowsAddedEventArgs.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OutputCacheSection.cs
- AppSecurityManager.cs
- DBConnectionString.cs
- ValidatorCollection.cs
- SHA1Managed.cs
- BuildManager.cs
- ConfigurationStrings.cs
- FontInfo.cs
- AtomServiceDocumentSerializer.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- SecurityChannelFaultConverter.cs
- InvalidOperationException.cs
- CompressedStack.cs
- VisualTreeUtils.cs
- XPathNavigator.cs
- Resources.Designer.cs
- WCFModelStrings.Designer.cs
- DecimalStorage.cs
- CorrelationRequestContext.cs
- SQLStringStorage.cs
- DataControlFieldCollection.cs
- Tuple.cs
- WebPartZoneCollection.cs
- InternalsVisibleToAttribute.cs
- InternalPermissions.cs
- DrawItemEvent.cs
- DateTimeUtil.cs
- DataRecordObjectView.cs
- DecimalStorage.cs
- ServiceReference.cs
- UpdateTracker.cs
- WindowsTab.cs
- DesignerDataTable.cs
- TypeGeneratedEventArgs.cs
- SystemIPv4InterfaceProperties.cs
- OleDbEnumerator.cs
- Light.cs
- StorageMappingFragment.cs
- VisualStyleElement.cs
- GradientStopCollection.cs
- TextEffect.cs
- MetadataProperty.cs
- ServiceInfo.cs
- MailDefinition.cs
- Bitmap.cs
- HttpListenerContext.cs
- ConfigurationPropertyAttribute.cs
- WmlListAdapter.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- WindowsGraphicsCacheManager.cs
- TCEAdapterGenerator.cs
- WmpBitmapDecoder.cs
- XsltOutput.cs
- EditingScopeUndoUnit.cs
- serverconfig.cs
- NullableLongMinMaxAggregationOperator.cs
- Graphics.cs
- FormsAuthenticationUser.cs
- DataControlPagerLinkButton.cs
- ResourceProviderFactory.cs
- UnwrappedTypesXmlSerializerManager.cs
- Odbc32.cs
- complextypematerializer.cs
- TreeViewItem.cs
- DateTimeConverter.cs
- MetabaseServerConfig.cs
- XmlSchemaCompilationSettings.cs
- AuthenticatedStream.cs
- PartitionerStatic.cs
- DynamicPropertyReader.cs
- RecordBuilder.cs
- ClrPerspective.cs
- DataGridViewCellMouseEventArgs.cs
- TextElementCollectionHelper.cs
- RuleConditionDialog.Designer.cs
- WaitHandle.cs
- SynchronizationScope.cs
- FileVersionInfo.cs
- GeometryModel3D.cs
- TextEndOfParagraph.cs
- CompositeActivityValidator.cs
- VisualCollection.cs
- HttpListenerException.cs
- LocalizableResourceBuilder.cs
- WebHeaderCollection.cs
- UIElement3D.cs
- CheckedPointers.cs
- StreamReader.cs
- indexingfiltermarshaler.cs
- SharingService.cs
- GenerateScriptTypeAttribute.cs
- PersistChildrenAttribute.cs
- Clipboard.cs
- Point3D.cs
- BlurBitmapEffect.cs
- PropertyValueChangedEvent.cs
- propertytag.cs
- ListViewCommandEventArgs.cs
- TreeBuilderXamlTranslator.cs
- SqlRowUpdatingEvent.cs