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
- WebMethodAttribute.cs
- XmlLanguage.cs
- EntitySqlQueryBuilder.cs
- FixedPageAutomationPeer.cs
- CompilerTypeWithParams.cs
- ByeMessageCD1.cs
- AuthenticateEventArgs.cs
- LoginViewDesigner.cs
- ColorConverter.cs
- ApplicationSettingsBase.cs
- TreeNodeStyle.cs
- ModelItemCollection.cs
- IconHelper.cs
- EntityDataSourceMemberPath.cs
- AsyncResult.cs
- DesignerTextBoxAdapter.cs
- Clause.cs
- ImageUrlEditor.cs
- TrueReadOnlyCollection.cs
- ValidatorCompatibilityHelper.cs
- CustomError.cs
- PrivacyNoticeBindingElementImporter.cs
- SqlReorderer.cs
- OleServicesContext.cs
- WebPartZone.cs
- SamlAuthorizationDecisionClaimResource.cs
- QuotedStringWriteStateInfo.cs
- TypeConverterBase.cs
- SortQuery.cs
- GroupBoxAutomationPeer.cs
- DrawListViewItemEventArgs.cs
- VoiceChangeEventArgs.cs
- EUCJPEncoding.cs
- _NtlmClient.cs
- ConfigurationPropertyCollection.cs
- AudioDeviceOut.cs
- MatrixUtil.cs
- FormsAuthenticationConfiguration.cs
- FileVersionInfo.cs
- TcpClientSocketManager.cs
- DesignerTextBoxAdapter.cs
- ProxyWebPartConnectionCollection.cs
- ToolboxComponentsCreatedEventArgs.cs
- SimpleApplicationHost.cs
- SmtpReplyReaderFactory.cs
- SchemaExporter.cs
- ResourceDefaultValueAttribute.cs
- DataViewListener.cs
- _HeaderInfoTable.cs
- GenericEnumerator.cs
- _HelperAsyncResults.cs
- _PooledStream.cs
- __Error.cs
- XamlFilter.cs
- Speller.cs
- LongTypeConverter.cs
- DataGridrowEditEndingEventArgs.cs
- DataGridViewIntLinkedList.cs
- InstanceCreationEditor.cs
- IdentityManager.cs
- ServiceOperation.cs
- Overlapped.cs
- ToolStripDropDownMenu.cs
- SecurityDocument.cs
- SRGSCompiler.cs
- DataGridLengthConverter.cs
- DataGridViewTextBoxCell.cs
- MenuItem.cs
- CompareInfo.cs
- InternalBufferOverflowException.cs
- NamespaceImport.cs
- ColorMap.cs
- Interlocked.cs
- HttpChannelListener.cs
- ReferenceEqualityComparer.cs
- EtwTrace.cs
- FormsAuthenticationEventArgs.cs
- ActionFrame.cs
- GuidConverter.cs
- AuthStoreRoleProvider.cs
- EncryptedPackage.cs
- InputScopeConverter.cs
- PasswordRecoveryAutoFormat.cs
- LockCookie.cs
- DataGridViewHeaderCell.cs
- DurableTimerExtension.cs
- WindowsGraphics.cs
- XmlUtil.cs
- BuiltInExpr.cs
- AssemblyFilter.cs
- XmlCharCheckingReader.cs
- RuleSetDialog.Designer.cs
- ProviderConnectionPoint.cs
- Panel.cs
- WebException.cs
- Size.cs
- LZCodec.cs
- CompareValidator.cs
- DependencyProperty.cs
- PersistencePipeline.cs