Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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;
///
///
/// [To be supplied.]
///
public class DataGridViewRowsAddedEventArgs : EventArgs
{
private int rowIndex, rowCount;
///
public DataGridViewRowsAddedEventArgs(int rowIndex, int rowCount)
{
Debug.Assert(rowIndex >= 0);
Debug.Assert(rowCount >= 1);
this.rowIndex = rowIndex;
this.rowCount = rowCount;
}
///
///
/// [To be supplied.]
///
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.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
using System;
using System.Diagnostics;
///
///
/// [To be supplied.]
///
public class DataGridViewRowsAddedEventArgs : EventArgs
{
private int rowIndex, rowCount;
///
public DataGridViewRowsAddedEventArgs(int rowIndex, int rowCount)
{
Debug.Assert(rowIndex >= 0);
Debug.Assert(rowCount >= 1);
this.rowIndex = rowIndex;
this.rowCount = rowCount;
}
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TemplateBuilder.cs
- DocumentViewerConstants.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- DbDeleteCommandTree.cs
- DodSequenceMerge.cs
- ByteConverter.cs
- PromptStyle.cs
- GPRECTF.cs
- SystemIPInterfaceProperties.cs
- FilterableData.cs
- ReadOnlyHierarchicalDataSource.cs
- LicenseManager.cs
- Shared.cs
- FormClosingEvent.cs
- PasswordBox.cs
- DataGridBoolColumn.cs
- HtmlInputSubmit.cs
- IISUnsafeMethods.cs
- CodeIndexerExpression.cs
- versioninfo.cs
- ApplyTemplatesAction.cs
- IPGlobalProperties.cs
- entitydatasourceentitysetnameconverter.cs
- ChangePassword.cs
- StrongNameKeyPair.cs
- RequestQueue.cs
- CancellationTokenSource.cs
- BindToObject.cs
- PageCache.cs
- ScriptMethodAttribute.cs
- ControlCodeDomSerializer.cs
- BitConverter.cs
- InfiniteTimeSpanConverter.cs
- ProcessThreadCollection.cs
- OverflowException.cs
- WebServiceHandlerFactory.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- WebPartsPersonalization.cs
- RuntimeEnvironment.cs
- QilBinary.cs
- FontNamesConverter.cs
- OutputCacheSection.cs
- ToolBarButton.cs
- BaseParagraph.cs
- LinkClickEvent.cs
- AnnotationResourceCollection.cs
- Geometry.cs
- HScrollBar.cs
- DescendentsWalker.cs
- ScaleTransform3D.cs
- Stopwatch.cs
- complextypematerializer.cs
- CopyOnWriteList.cs
- DataConnectionHelper.cs
- PropertyEntry.cs
- DashStyle.cs
- EventLogInformation.cs
- SymbolMethod.cs
- StructuredTypeInfo.cs
- ProfileGroupSettingsCollection.cs
- ProcessHostFactoryHelper.cs
- StretchValidation.cs
- NavigationPropertyEmitter.cs
- HttpResponse.cs
- DataGridViewDataErrorEventArgs.cs
- MenuCommandService.cs
- UnionCodeGroup.cs
- GridViewDesigner.cs
- TextProperties.cs
- DataTemplateKey.cs
- ListViewPagedDataSource.cs
- SafeLibraryHandle.cs
- RubberbandSelector.cs
- BooleanProjectedSlot.cs
- DeleteStoreRequest.cs
- SectionXmlInfo.cs
- DocumentApplication.cs
- CalendarDateRangeChangingEventArgs.cs
- DescriptionAttribute.cs
- XamlWrappingReader.cs
- ValidationError.cs
- UnsignedPublishLicense.cs
- DefaultPrintController.cs
- PopOutPanel.cs
- OrderToken.cs
- CalendarDesigner.cs
- DocumentApplicationJournalEntry.cs
- NewExpression.cs
- Model3DGroup.cs
- RuntimeConfigurationRecord.cs
- ExclusiveCanonicalizationTransform.cs
- ServiceAuthorizationElement.cs
- StateMachineSubscriptionManager.cs
- CorrelationManager.cs
- EntitySqlQueryBuilder.cs
- WebPartDisplayModeCollection.cs
- TreeViewEvent.cs
- DependencyPropertyAttribute.cs
- WsiProfilesElementCollection.cs
- FontStretch.cs