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
- ProcessThreadCollection.cs
- SynthesizerStateChangedEventArgs.cs
- DataException.cs
- NameSpaceExtractor.cs
- RijndaelManagedTransform.cs
- RegexWriter.cs
- EditorPartChrome.cs
- EntityDataSourceQueryBuilder.cs
- CodeRegionDirective.cs
- SoundPlayerAction.cs
- WindowsSlider.cs
- ResolvedKeyFrameEntry.cs
- TableLayoutCellPaintEventArgs.cs
- PageStatePersister.cs
- ISAPIApplicationHost.cs
- HttpRuntimeSection.cs
- CompiledELinqQueryState.cs
- ExecutionEngineException.cs
- TextElementCollection.cs
- BinaryObjectInfo.cs
- DmlSqlGenerator.cs
- BindingSource.cs
- BaseContextMenu.cs
- MenuItemBindingCollection.cs
- SourceLineInfo.cs
- LineServices.cs
- webclient.cs
- FixedSOMSemanticBox.cs
- AuthenticationException.cs
- BindableAttribute.cs
- SessionState.cs
- HttpCapabilitiesEvaluator.cs
- ClientSettings.cs
- BitmapEffectDrawingContextWalker.cs
- ImageDrawing.cs
- IssuanceLicense.cs
- TextSerializer.cs
- DurableDispatcherAddressingFault.cs
- SecurityPolicySection.cs
- ScriptingScriptResourceHandlerSection.cs
- ConfigurationPropertyAttribute.cs
- SuppressMergeCheckAttribute.cs
- cookieexception.cs
- DependencyPropertyChangedEventArgs.cs
- SecurityContext.cs
- XLinq.cs
- ParameterElement.cs
- UpdateCommand.cs
- SettingsAttributeDictionary.cs
- TextBox.cs
- RootBrowserWindowAutomationPeer.cs
- ResourcesGenerator.cs
- StrokeCollectionDefaultValueFactory.cs
- XmlSchemaAttribute.cs
- Exception.cs
- FeatureSupport.cs
- DbConnectionStringCommon.cs
- DesignerActionPanel.cs
- XPathNavigator.cs
- FileVersion.cs
- HashHelper.cs
- IIS7UserPrincipal.cs
- columnmapkeybuilder.cs
- WebPartRestoreVerb.cs
- CmsInterop.cs
- LocationChangedEventArgs.cs
- FormsAuthentication.cs
- AddInControllerImpl.cs
- cache.cs
- SoapEnumAttribute.cs
- ToolStripManager.cs
- LicFileLicenseProvider.cs
- UTF7Encoding.cs
- Span.cs
- HttpStaticObjectsCollectionWrapper.cs
- PropertyRecord.cs
- xmlfixedPageInfo.cs
- XmlnsDefinitionAttribute.cs
- NameValueSectionHandler.cs
- COM2TypeInfoProcessor.cs
- DateRangeEvent.cs
- IDictionary.cs
- PLINQETWProvider.cs
- FixedHyperLink.cs
- UInt16Storage.cs
- CustomWebEventKey.cs
- DbUpdateCommandTree.cs
- RuntimeArgumentHandle.cs
- ErrorEventArgs.cs
- InertiaTranslationBehavior.cs
- XmlDocumentFragment.cs
- XhtmlBasicPhoneCallAdapter.cs
- StreamingContext.cs
- CalendarDateRangeChangingEventArgs.cs
- ExtendedPropertyDescriptor.cs
- PlatformCulture.cs
- PeerNameRegistration.cs
- SmtpFailedRecipientsException.cs
- TemplateXamlTreeBuilder.cs
- Transform3D.cs