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
- ToolStripMenuItem.cs
- Rectangle.cs
- SingleObjectCollection.cs
- Menu.cs
- PanelDesigner.cs
- FixedDSBuilder.cs
- GeneralTransform3D.cs
- CommandBinding.cs
- SmiConnection.cs
- ResourceSetExpression.cs
- AudienceUriMode.cs
- DLinqAssociationProvider.cs
- BitmapInitialize.cs
- RenderData.cs
- ProfileSection.cs
- WmfPlaceableFileHeader.cs
- BamlTreeUpdater.cs
- TimeSpanSecondsConverter.cs
- TreeViewEvent.cs
- RuntimeArgumentHandle.cs
- PeerChannelFactory.cs
- ElementAction.cs
- RenderData.cs
- WsatStrings.cs
- Transaction.cs
- StrokeCollection.cs
- ZipIOExtraFieldZip64Element.cs
- BaseParagraph.cs
- XmlSchemaSimpleContentRestriction.cs
- HtmlTableCell.cs
- ConfigurationSchemaErrors.cs
- WindowsListViewSubItem.cs
- TriggerBase.cs
- SetIterators.cs
- SemaphoreSecurity.cs
- EntityWithKeyStrategy.cs
- ListDictionary.cs
- InvalidPropValue.cs
- Duration.cs
- KeyedCollection.cs
- ToolStripDropDown.cs
- OletxCommittableTransaction.cs
- AlphabeticalEnumConverter.cs
- NameNode.cs
- IgnoreFileBuildProvider.cs
- Menu.cs
- WebException.cs
- AssemblyBuilder.cs
- CheckBoxPopupAdapter.cs
- NewArrayExpression.cs
- TemplatedWizardStep.cs
- XmlReflectionMember.cs
- DataGridViewColumnConverter.cs
- Parsers.cs
- XPathNavigatorReader.cs
- indexingfiltermarshaler.cs
- BypassElementCollection.cs
- WebPartEditorCancelVerb.cs
- securestring.cs
- HashSetDebugView.cs
- ConfigXmlText.cs
- GridViewSortEventArgs.cs
- XXXOnTypeBuilderInstantiation.cs
- BidPrivateBase.cs
- DocumentCollection.cs
- PathFigureCollectionValueSerializer.cs
- WaitHandleCannotBeOpenedException.cs
- DesignTimeVisibleAttribute.cs
- ListBoxItem.cs
- TextPenaltyModule.cs
- unitconverter.cs
- QuotedPrintableStream.cs
- Comparer.cs
- SqlDataSourceQuery.cs
- ConfigurationPropertyCollection.cs
- SqlCharStream.cs
- XmlDataCollection.cs
- PagedDataSource.cs
- cookiecontainer.cs
- DataListAutoFormat.cs
- UserControlDesigner.cs
- AbsoluteQuery.cs
- RepeaterItem.cs
- Int32Rect.cs
- HttpHostedTransportConfiguration.cs
- RecordBuilder.cs
- XmlKeywords.cs
- XamlGridLengthSerializer.cs
- PocoPropertyAccessorStrategy.cs
- BrushValueSerializer.cs
- RowType.cs
- HandlerFactoryCache.cs
- DataServiceBehavior.cs
- Int32EqualityComparer.cs
- SoapTypeAttribute.cs
- SerializationSectionGroup.cs
- ClientTarget.cs
- mediaeventshelper.cs
- WindowsListViewSubItem.cs
- AppSettingsReader.cs