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
- DetailsViewPageEventArgs.cs
- HtmlTableCell.cs
- TemplateInstanceAttribute.cs
- LocalClientSecuritySettings.cs
- QueryServiceConfigHandle.cs
- QilValidationVisitor.cs
- SqlDataSourceCache.cs
- TextEditorSelection.cs
- ListViewItem.cs
- FormViewInsertEventArgs.cs
- RadialGradientBrush.cs
- Vector3DCollection.cs
- GlyphRunDrawing.cs
- MimePart.cs
- ZipIOLocalFileDataDescriptor.cs
- HiddenField.cs
- CultureMapper.cs
- SurrogateSelector.cs
- LineUtil.cs
- DataGridViewDataErrorEventArgs.cs
- BlurEffect.cs
- Point3DKeyFrameCollection.cs
- DiscoveryCallbackBehavior.cs
- OleStrCAMarshaler.cs
- HtmlPageAdapter.cs
- AstTree.cs
- DataSpaceManager.cs
- Attributes.cs
- OLEDB_Util.cs
- SafeEventLogWriteHandle.cs
- RegexMatchCollection.cs
- ErrorTolerantObjectWriter.cs
- TdsParser.cs
- PolyQuadraticBezierSegment.cs
- InvalidAsynchronousStateException.cs
- ThemeDirectoryCompiler.cs
- SourceFilter.cs
- RecommendedAsConfigurableAttribute.cs
- Point3DAnimation.cs
- PropertyTab.cs
- SimpleExpression.cs
- ChannelServices.cs
- ObjectViewEntityCollectionData.cs
- SmtpMail.cs
- TableCellAutomationPeer.cs
- AppDomainAttributes.cs
- SmtpDigestAuthenticationModule.cs
- Compiler.cs
- ToolStripRendererSwitcher.cs
- ItemsControlAutomationPeer.cs
- RuleInfoComparer.cs
- WMICapabilities.cs
- ResolveMatchesCD1.cs
- GenericPrincipal.cs
- HostVisual.cs
- TypeSystem.cs
- DurationConverter.cs
- Solver.cs
- LineSegment.cs
- Empty.cs
- FileSecurity.cs
- X509CertificateChain.cs
- SimpleType.cs
- SiteMapProvider.cs
- ImageClickEventArgs.cs
- CreateInstanceBinder.cs
- SamlSecurityTokenAuthenticator.cs
- Thread.cs
- XmlSignatureProperties.cs
- SpellerError.cs
- ConvertBinder.cs
- KeyInfo.cs
- TextElementEditingBehaviorAttribute.cs
- SafeNativeMethods.cs
- ViewDesigner.cs
- MeshGeometry3D.cs
- TraceEventCache.cs
- XmlHierarchicalEnumerable.cs
- TextElementCollectionHelper.cs
- SelectionUIService.cs
- ReliableSessionBindingElement.cs
- MobileComponentEditorPage.cs
- XmlIlGenerator.cs
- PreservationFileReader.cs
- SpotLight.cs
- SafeRightsManagementHandle.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- RootNamespaceAttribute.cs
- Win32PrintDialog.cs
- StatusBarPanelClickEvent.cs
- sqlnorm.cs
- FlowLayoutSettings.cs
- PhotoPrintingIntent.cs
- HttpGetProtocolReflector.cs
- NotCondition.cs
- MimeTypePropertyAttribute.cs
- IntranetCredentialPolicy.cs
- SystemEvents.cs
- WMICapabilities.cs
- DataSourceGeneratorException.cs