Code:
/ FX-1434 / FX-1434 / 1.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
- HelpKeywordAttribute.cs
- FixedFindEngine.cs
- HttpModulesSection.cs
- IPipelineRuntime.cs
- SiteMapNodeItem.cs
- DataGridPagerStyle.cs
- ImportCatalogPart.cs
- XmlReflectionMember.cs
- UInt64Storage.cs
- IndexedEnumerable.cs
- EntryPointNotFoundException.cs
- indexingfiltermarshaler.cs
- Queue.cs
- SecurityTokenTypes.cs
- CodeAccessSecurityEngine.cs
- XmlTextEncoder.cs
- DataListDesigner.cs
- BufferedGraphicsManager.cs
- DataGridViewCellValidatingEventArgs.cs
- Registry.cs
- ChannelSinkStacks.cs
- SubqueryRules.cs
- OrderedDictionaryStateHelper.cs
- SystemNetHelpers.cs
- UIAgentInitializationException.cs
- ExpressionHelper.cs
- LayoutEvent.cs
- HtmlContainerControl.cs
- ObfuscationAttribute.cs
- BulletedListDesigner.cs
- AppDomainUnloadedException.cs
- TypeInformation.cs
- HuffModule.cs
- Odbc32.cs
- CommandLibraryHelper.cs
- CodeArgumentReferenceExpression.cs
- IndexedWhereQueryOperator.cs
- HandlerWithFactory.cs
- DrawListViewSubItemEventArgs.cs
- TextEncodedRawTextWriter.cs
- SpeechDetectedEventArgs.cs
- DefaultEvaluationContext.cs
- DocumentPage.cs
- IndependentAnimationStorage.cs
- SimpleExpression.cs
- AccessDataSourceView.cs
- TextFormattingConverter.cs
- XmlQueryRuntime.cs
- WebResourceUtil.cs
- VBCodeProvider.cs
- DiscoveryClientOutputChannel.cs
- RawStylusInput.cs
- CompressionTracing.cs
- PhonemeEventArgs.cs
- XmlSchemaSimpleTypeUnion.cs
- BinaryConverter.cs
- BulletChrome.cs
- X509ChainElement.cs
- SvcMapFile.cs
- ByteStack.cs
- EntryPointNotFoundException.cs
- SqlFunctionAttribute.cs
- indexingfiltermarshaler.cs
- TextFormatterImp.cs
- TcpClientChannel.cs
- AtlasWeb.Designer.cs
- CatalogPartChrome.cs
- UrlPropertyAttribute.cs
- DeploymentSectionCache.cs
- DataGridViewCellCancelEventArgs.cs
- LZCodec.cs
- WebPartManager.cs
- DiscriminatorMap.cs
- WebPartDescriptionCollection.cs
- DataGridViewColumnStateChangedEventArgs.cs
- COM2ComponentEditor.cs
- RegexCode.cs
- SqlInfoMessageEvent.cs
- CodeDomDesignerLoader.cs
- DeferredRunTextReference.cs
- WmlCalendarAdapter.cs
- RegexGroupCollection.cs
- SelectionRange.cs
- Attribute.cs
- HttpStreamXmlDictionaryReader.cs
- DPAPIProtectedConfigurationProvider.cs
- SessionState.cs
- CodeDomSerializationProvider.cs
- BindingsCollection.cs
- FormView.cs
- PermissionSetEnumerator.cs
- ConfigurationSettings.cs
- RangeBaseAutomationPeer.cs
- PathFigure.cs
- KnowledgeBase.cs
- PtsContext.cs
- DatePickerTextBox.cs
- Size3DValueSerializer.cs
- Int64AnimationUsingKeyFrames.cs
- OracleBFile.cs