Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / DataRowChangeEvent.cs / 1305376 / DataRowChangeEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Diagnostics; public class DataRowChangeEventArgs : EventArgs { private DataRow row; private DataRowAction action; ////// public DataRowChangeEventArgs(DataRow row, DataRowAction action) { this.row = row; this.action = action; } ////// Initializes a new instance of the ///class. /// /// public DataRow Row { get { return row; } } ////// Gets the row upon which an action has occurred. /// ////// public DataRowAction Action { get { return action; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets the action that has occurred on a ///. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SortedDictionary.cs
- FormatSettings.cs
- SingleStorage.cs
- ContainerControlDesigner.cs
- Win32MouseDevice.cs
- Single.cs
- GrammarBuilder.cs
- FloaterParagraph.cs
- DataGridViewCellEventArgs.cs
- WmlImageAdapter.cs
- RegexStringValidatorAttribute.cs
- DataDesignUtil.cs
- FileDialogPermission.cs
- RayHitTestParameters.cs
- Symbol.cs
- AdapterUtil.cs
- EventWaitHandle.cs
- ShapingEngine.cs
- DataGridColumnReorderingEventArgs.cs
- LayoutTableCell.cs
- SchemaEntity.cs
- Stopwatch.cs
- BufferedGraphics.cs
- SeekableReadStream.cs
- ActivityDefaults.cs
- UIElement3D.cs
- AnnotationResourceCollection.cs
- MinimizableAttributeTypeConverter.cs
- SqlXmlStorage.cs
- Triplet.cs
- ElementProxy.cs
- BitHelper.cs
- XmlWrappingReader.cs
- MetafileHeaderWmf.cs
- Repeater.cs
- TargetFrameworkUtil.cs
- AccessDataSourceView.cs
- Geometry.cs
- XPathQilFactory.cs
- IntSecurity.cs
- IdnMapping.cs
- SafeFileMappingHandle.cs
- DataRecordInternal.cs
- XPathSingletonIterator.cs
- InternalResources.cs
- RegexWorker.cs
- TempFiles.cs
- InvokeBase.cs
- DbProviderFactories.cs
- DataObject.cs
- Not.cs
- webclient.cs
- XmlSchemaSequence.cs
- CryptoConfig.cs
- DecoderFallback.cs
- TabPage.cs
- ProjectionPruner.cs
- EventRoute.cs
- AddToCollection.cs
- DataSourceControlBuilder.cs
- Tokenizer.cs
- RealProxy.cs
- LicenseProviderAttribute.cs
- FileLevelControlBuilderAttribute.cs
- SqlLiftIndependentRowExpressions.cs
- WindowsAuthenticationEventArgs.cs
- UiaCoreProviderApi.cs
- AuthorizationRule.cs
- ClickablePoint.cs
- WindowsGraphics.cs
- DBAsyncResult.cs
- SecurityTokenProvider.cs
- FlowDocumentPage.cs
- ReadContentAsBinaryHelper.cs
- SynchronizationLockException.cs
- ModelTreeManager.cs
- ResourceDisplayNameAttribute.cs
- SqlInfoMessageEvent.cs
- HttpBrowserCapabilitiesBase.cs
- VBIdentifierName.cs
- CodeIterationStatement.cs
- HtmlTitle.cs
- WebPartConnectionsDisconnectVerb.cs
- ContainerParaClient.cs
- Rectangle.cs
- TouchEventArgs.cs
- BooleanAnimationBase.cs
- DefaultAssemblyResolver.cs
- SqlUtils.cs
- PhysicalFontFamily.cs
- EventProviderBase.cs
- BaseCAMarshaler.cs
- BindingSource.cs
- ContourSegment.cs
- PackageFilter.cs
- PolygonHotSpot.cs
- QilStrConcatenator.cs
- ControlBindingsCollection.cs
- UnauthorizedWebPart.cs
- COSERVERINFO.cs