Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DefaultProxySection.cs
- RenderingBiasValidation.cs
- XmlIlTypeHelper.cs
- VoiceObjectToken.cs
- XmlEncodedRawTextWriter.cs
- DummyDataSource.cs
- PublisherIdentityPermission.cs
- XmlNodeWriter.cs
- SqlProfileProvider.cs
- DataException.cs
- RadioButtonBaseAdapter.cs
- MatrixTransform.cs
- ViewBox.cs
- InkPresenterAutomationPeer.cs
- Normalization.cs
- NativeMethodsCLR.cs
- ConfigPathUtility.cs
- Nullable.cs
- Attachment.cs
- ConfigurationSettings.cs
- Image.cs
- DynamicUpdateCommand.cs
- Rfc2898DeriveBytes.cs
- FileSystemEventArgs.cs
- BaseParser.cs
- DataKey.cs
- KerberosSecurityTokenAuthenticator.cs
- FileUpload.cs
- EntityConnectionStringBuilderItem.cs
- MediaScriptCommandRoutedEventArgs.cs
- LinqDataSourceDisposeEventArgs.cs
- TogglePatternIdentifiers.cs
- AsyncStreamReader.cs
- ProfileSettingsCollection.cs
- LinearGradientBrush.cs
- NumberSubstitution.cs
- WinHttpWebProxyFinder.cs
- ToolStripDropDown.cs
- CompleteWizardStep.cs
- XmlSignificantWhitespace.cs
- SQLBytes.cs
- MenuItem.cs
- BitmapImage.cs
- CultureSpecificStringDictionary.cs
- LinkDescriptor.cs
- ConfigXmlAttribute.cs
- DataGridViewTextBoxCell.cs
- CheckBoxField.cs
- RawStylusInputReport.cs
- HttpAsyncResult.cs
- PolyQuadraticBezierSegment.cs
- HttpRequestWrapper.cs
- CancellationHandlerDesigner.cs
- NativeMethods.cs
- SecureStringHasher.cs
- GridViewRowEventArgs.cs
- SiblingIterators.cs
- FaultDescription.cs
- FormatterConverter.cs
- XmlAttributeCache.cs
- PrinterSettings.cs
- TableLayoutPanelCellPosition.cs
- XmlDataSourceNodeDescriptor.cs
- InheritedPropertyDescriptor.cs
- TimestampInformation.cs
- ViewPort3D.cs
- RedirectionProxy.cs
- SignatureHelper.cs
- SqlProviderUtilities.cs
- SystemDropShadowChrome.cs
- OleDbReferenceCollection.cs
- CustomActivityDesigner.cs
- XMLUtil.cs
- DataConnectionHelper.cs
- unsafenativemethodstextservices.cs
- TypeDescriptor.cs
- EnumValidator.cs
- ServicePointManagerElement.cs
- ReliableChannelListener.cs
- AttachedAnnotation.cs
- XmlArrayItemAttribute.cs
- PointCollection.cs
- DoubleUtil.cs
- CustomWebEventKey.cs
- IArgumentProvider.cs
- FileSystemInfo.cs
- KeyPullup.cs
- AutoGeneratedFieldProperties.cs
- __Filters.cs
- SafeUserTokenHandle.cs
- PerfCounters.cs
- SourceInterpreter.cs
- Attributes.cs
- ServiceInstanceProvider.cs
- CorrelationManager.cs
- AutomationIdentifier.cs
- IProvider.cs
- METAHEADER.cs
- WorkflowInstanceSuspendedRecord.cs
- XPathDocumentNavigator.cs