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; ////// /// 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
- SplineKeyFrames.cs
- Models.cs
- WindowsHyperlink.cs
- NonSerializedAttribute.cs
- SizeKeyFrameCollection.cs
- PerformanceCountersElement.cs
- TextParaClient.cs
- EditableTreeList.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- DeviceContexts.cs
- ReachDocumentReferenceSerializerAsync.cs
- MouseGestureConverter.cs
- HuffmanTree.cs
- QueryCacheKey.cs
- WindowVisualStateTracker.cs
- TextTreeRootTextBlock.cs
- InkPresenter.cs
- DataRecord.cs
- ItemAutomationPeer.cs
- ParserContext.cs
- MD5HashHelper.cs
- XmlSchemaObjectCollection.cs
- ValidationVisibilityAttribute.cs
- InstanceDescriptor.cs
- PageContent.cs
- TreeNodeConverter.cs
- IndexOutOfRangeException.cs
- DataKey.cs
- BaseAppDomainProtocolHandler.cs
- MergePropertyDescriptor.cs
- TransactionalPackage.cs
- PropertyMapper.cs
- TransformerInfoCollection.cs
- MenuTracker.cs
- SerialReceived.cs
- AdCreatedEventArgs.cs
- WinFormsUtils.cs
- CodeMethodMap.cs
- UIElement.cs
- BaseParagraph.cs
- CapabilitiesSection.cs
- ProcessModelInfo.cs
- PageCodeDomTreeGenerator.cs
- ClosureBinding.cs
- CommandHelper.cs
- XmlNodeList.cs
- CheckBoxField.cs
- PenLineCapValidation.cs
- GeneralTransform3DGroup.cs
- RightsManagementInformation.cs
- DateBoldEvent.cs
- CacheOutputQuery.cs
- GlobalizationAssembly.cs
- RoutedUICommand.cs
- SamlAssertionKeyIdentifierClause.cs
- ParameterModifier.cs
- SQLGuidStorage.cs
- DataGridViewCellStateChangedEventArgs.cs
- TypefaceMap.cs
- PathBox.cs
- MimeXmlReflector.cs
- TogglePatternIdentifiers.cs
- PrincipalPermission.cs
- EntityParameter.cs
- GroupBox.cs
- TextTabProperties.cs
- DefaultConfirmation.cs
- TargetParameterCountException.cs
- MediaContextNotificationWindow.cs
- WorkflowMessageEventHandler.cs
- X509Utils.cs
- UDPClient.cs
- ToolStripScrollButton.cs
- ClaimComparer.cs
- DefaultAssemblyResolver.cs
- FieldAccessException.cs
- MaskedTextProvider.cs
- RoutedEventHandlerInfo.cs
- XmlEncodedRawTextWriter.cs
- BitVec.cs
- InputLanguageManager.cs
- PriorityRange.cs
- BitmapEffectGeneralTransform.cs
- ExeContext.cs
- DragStartedEventArgs.cs
- Crypto.cs
- PartialTrustVisibleAssembly.cs
- AssemblyCacheEntry.cs
- DataBoundControlHelper.cs
- GridViewHeaderRowPresenter.cs
- ToolboxItemCollection.cs
- StringSource.cs
- TypeSemantics.cs
- SetStoryboardSpeedRatio.cs
- ActivationWorker.cs
- CodeSnippetCompileUnit.cs
- AppDomainGrammarProxy.cs
- ReferenceEqualityComparer.cs
- SystemNetworkInterface.cs
- XPathBuilder.cs