Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Data / System / Data / DataRowChangeEvent.cs / 1 / DataRowChangeEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Diagnostics; #if WINFSInternalOnly internal #else public #endif 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 ///. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Diagnostics; #if WINFSInternalOnly internal #else public #endif 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
- _FixedSizeReader.cs
- BitmapFrameDecode.cs
- DispatcherHookEventArgs.cs
- ConfigXmlAttribute.cs
- XNodeValidator.cs
- ConfigUtil.cs
- FormDocumentDesigner.cs
- CultureTableRecord.cs
- CommonObjectSecurity.cs
- XmlArrayAttribute.cs
- RuntimeConfig.cs
- CaseExpr.cs
- WSHttpBindingCollectionElement.cs
- DocumentXmlWriter.cs
- SafeUserTokenHandle.cs
- EntityObject.cs
- ListMarkerLine.cs
- DoubleLinkList.cs
- TextReader.cs
- Item.cs
- ToolStripDesigner.cs
- VisualTarget.cs
- ListViewUpdateEventArgs.cs
- NullableLongSumAggregationOperator.cs
- Buffer.cs
- EnumType.cs
- DrawItemEvent.cs
- TextSchema.cs
- PropertyToken.cs
- XmlBinaryWriterSession.cs
- SystemEvents.cs
- PagesChangedEventArgs.cs
- UnsafeNativeMethods.cs
- DbConnectionPoolGroupProviderInfo.cs
- ObjectDisposedException.cs
- MobileControlPersister.cs
- LoginView.cs
- DataTableTypeConverter.cs
- sqlpipe.cs
- XmlCharCheckingReader.cs
- OpenTypeLayout.cs
- WizardPanel.cs
- SecurityPermission.cs
- RegistryConfigurationProvider.cs
- ImageMapEventArgs.cs
- WindowPatternIdentifiers.cs
- XmlEntityReference.cs
- AbandonedMutexException.cs
- OdbcConnectionStringbuilder.cs
- Lease.cs
- FixedSOMGroup.cs
- Int64AnimationUsingKeyFrames.cs
- FormsAuthenticationConfiguration.cs
- NullableDoubleSumAggregationOperator.cs
- PageRouteHandler.cs
- TextTabProperties.cs
- HtmlInputRadioButton.cs
- EdmConstants.cs
- SecurityKeyType.cs
- RequestCachePolicy.cs
- UserMapPath.cs
- HostedAspNetEnvironment.cs
- HttpResponseInternalWrapper.cs
- ReadWriteObjectLock.cs
- Schema.cs
- BindingContext.cs
- FontWeights.cs
- AudioFormatConverter.cs
- SparseMemoryStream.cs
- _SecureChannel.cs
- Token.cs
- TdsParserStateObject.cs
- MissingMemberException.cs
- SafeEventLogReadHandle.cs
- HttpModuleCollection.cs
- Fonts.cs
- BuildResult.cs
- ContentType.cs
- ChangeProcessor.cs
- TransformerTypeCollection.cs
- DiscoveryDocument.cs
- ToolStripTextBox.cs
- SmtpClient.cs
- IgnoreSectionHandler.cs
- CompletionProxy.cs
- FormatSettings.cs
- TileModeValidation.cs
- BuildResult.cs
- NopReturnReader.cs
- CompilerInfo.cs
- DataColumnChangeEvent.cs
- Vector3dCollection.cs
- TableParaClient.cs
- BitmapCodecInfoInternal.cs
- ColumnResizeUndoUnit.cs
- IteratorDescriptor.cs
- XmlHierarchicalDataSourceView.cs
- SafeLocalAllocation.cs
- GeometryConverter.cs
- PenThreadWorker.cs