Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Data / System / Data / DataTableNewRowEvent.cs / 1 / DataTableNewRowEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Diagnostics; #if WINFSInternalOnly internal #else public #endif sealed class DataTableNewRowEventArgs : EventArgs { private readonly DataRow dataRow; public DataTableNewRowEventArgs(DataRow dataRow) { this.dataRow = dataRow; } public DataRow Row{ get { return dataRow; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Diagnostics; #if WINFSInternalOnly internal #else public #endif sealed class DataTableNewRowEventArgs : EventArgs { private readonly DataRow dataRow; public DataTableNewRowEventArgs(DataRow dataRow) { this.dataRow = dataRow; } public DataRow Row{ get { return dataRow; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BitStack.cs
- StandardOleMarshalObject.cs
- SiteMapNodeItem.cs
- Fault.cs
- _HTTPDateParse.cs
- GridEntry.cs
- ChangeNode.cs
- MenuAdapter.cs
- Menu.cs
- CryptoStream.cs
- AmbientLight.cs
- PrintPreviewGraphics.cs
- GreenMethods.cs
- FilterEventArgs.cs
- EpmSourceTree.cs
- HealthMonitoringSection.cs
- Publisher.cs
- Model3DCollection.cs
- RefreshEventArgs.cs
- EntityExpressionVisitor.cs
- _StreamFramer.cs
- AndAlso.cs
- CodeEventReferenceExpression.cs
- ScriptResourceAttribute.cs
- UtilityExtension.cs
- WindowsListViewScroll.cs
- CheckBox.cs
- EpmSourcePathSegment.cs
- XamlTreeBuilder.cs
- ExceptionRoutedEventArgs.cs
- HttpCapabilitiesSectionHandler.cs
- SignatureToken.cs
- NegatedConstant.cs
- SettingsPropertyIsReadOnlyException.cs
- ParseHttpDate.cs
- MenuItemStyle.cs
- MailAddressCollection.cs
- DocumentXPathNavigator.cs
- TextAutomationPeer.cs
- XmlSchemaAttribute.cs
- WebPartDisplayMode.cs
- FileReader.cs
- BackStopAuthenticationModule.cs
- ContainerSelectorActiveEvent.cs
- RenderingBiasValidation.cs
- WindowsComboBox.cs
- FormsIdentity.cs
- HwndSource.cs
- StringPropertyBuilder.cs
- TreeViewImageKeyConverter.cs
- ResourceSetExpression.cs
- httpserverutility.cs
- TemplateColumn.cs
- Int16Converter.cs
- GradientBrush.cs
- TextServicesHost.cs
- XmlDataProvider.cs
- PathTooLongException.cs
- VerticalConnector.xaml.cs
- WmiInstallComponent.cs
- ImageFormatConverter.cs
- RawStylusSystemGestureInputReport.cs
- DesignParameter.cs
- FixedHyperLink.cs
- PrimarySelectionAdorner.cs
- CompModSwitches.cs
- TextEncodedRawTextWriter.cs
- DictionaryEntry.cs
- DataGridViewSelectedCellCollection.cs
- FormatConvertedBitmap.cs
- input.cs
- SqlDependency.cs
- ConsoleCancelEventArgs.cs
- coordinatorfactory.cs
- XmlEventCache.cs
- FrameworkObject.cs
- CompressionTransform.cs
- SecurityPolicySection.cs
- MenuItemStyleCollection.cs
- VirtualPath.cs
- AttributeQuery.cs
- sqlcontext.cs
- ComponentResourceManager.cs
- DSASignatureDeformatter.cs
- MediaPlayer.cs
- DesigntimeLicenseContextSerializer.cs
- SqlComparer.cs
- Font.cs
- CompilationSection.cs
- PenContext.cs
- HostAdapter.cs
- CommandManager.cs
- UniqueIdentifierService.cs
- AttributeEmitter.cs
- PassportIdentity.cs
- WinFormsUtils.cs
- GacUtil.cs
- InlineUIContainer.cs
- TransformerConfigurationWizardBase.cs
- TextServicesManager.cs