Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OleDbParameter.cs
- CryptoHandle.cs
- ReversePositionQuery.cs
- SQLInt16Storage.cs
- SelectionItemProviderWrapper.cs
- TagMapCollection.cs
- mediapermission.cs
- InstanceDataCollection.cs
- XPathExpr.cs
- followingsibling.cs
- VirtualizedItemProviderWrapper.cs
- WSDualHttpSecurityMode.cs
- CatalogPart.cs
- BlockExpression.cs
- SecurityPolicySection.cs
- MultiplexingDispatchMessageFormatter.cs
- SettingsPropertyWrongTypeException.cs
- SessionState.cs
- TagPrefixInfo.cs
- DataSourceSerializationException.cs
- ReadOnlyHierarchicalDataSource.cs
- XmlTextWriter.cs
- WebResourceAttribute.cs
- StylusShape.cs
- TemplateXamlTreeBuilder.cs
- HandlerBase.cs
- XmlSchemaSimpleTypeRestriction.cs
- ElementProxy.cs
- ResourceDictionaryCollection.cs
- ListSourceHelper.cs
- MediaPlayer.cs
- Logging.cs
- ResumeStoryboard.cs
- CompositeControl.cs
- DataControlFieldHeaderCell.cs
- XsltConvert.cs
- ParentQuery.cs
- RuntimeEnvironment.cs
- WebBaseEventKeyComparer.cs
- SoapAttributeOverrides.cs
- MimeMultiPart.cs
- SeparatorAutomationPeer.cs
- StructuredProperty.cs
- RunInstallerAttribute.cs
- CoTaskMemUnicodeSafeHandle.cs
- GlyphShapingProperties.cs
- KerberosReceiverSecurityToken.cs
- StandardCommands.cs
- TimeSpanSecondsConverter.cs
- HtmlCalendarAdapter.cs
- DnsPermission.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- TextTreeInsertUndoUnit.cs
- ColumnWidthChangedEvent.cs
- Axis.cs
- DropSource.cs
- complextypematerializer.cs
- _RequestCacheProtocol.cs
- BaseUriHelper.cs
- OneOf.cs
- ConfigurationManagerHelper.cs
- TypeElementCollection.cs
- WindowsPen.cs
- SingleAnimationBase.cs
- PlaceHolder.cs
- IEnumerable.cs
- HtmlTitle.cs
- SiteMapDataSourceView.cs
- RolePrincipal.cs
- RegionInfo.cs
- MiniConstructorInfo.cs
- GenericEnumerator.cs
- HitTestWithPointDrawingContextWalker.cs
- DeobfuscatingStream.cs
- Transform.cs
- OdbcInfoMessageEvent.cs
- WindowsToolbar.cs
- CompatibleComparer.cs
- ModuleBuilder.cs
- SafeEventLogReadHandle.cs
- _HelperAsyncResults.cs
- AdornerLayer.cs
- BinarySerializer.cs
- ByteFacetDescriptionElement.cs
- HttpModulesSection.cs
- Thickness.cs
- FileDialog_Vista.cs
- PerfCounterSection.cs
- XmlWellformedWriter.cs
- DataViewManager.cs
- FixUp.cs
- KeyValueSerializer.cs
- GCHandleCookieTable.cs
- TreeViewItemAutomationPeer.cs
- FrameworkElementFactoryMarkupObject.cs
- Menu.cs
- StartFileNameEditor.cs
- SplitterEvent.cs
- WindowsAuthenticationEventArgs.cs
- Equal.cs