Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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;
///
///
/// Initializes a new instance of the class.
///
///
public DataRowChangeEventArgs(DataRow row, DataRowAction action) {
this.row = row;
this.action = action;
}
///
///
/// Gets the row upon which an action has occurred.
///
///
public DataRow Row {
get {
return row;
}
}
///
///
/// Gets the action that has occurred on a .
///
///
public DataRowAction Action {
get {
return action;
}
}
}
}
// 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
- DiagnosticEventProvider.cs
- NetworkInterface.cs
- ImageClickEventArgs.cs
- SerializerProvider.cs
- BaseTemplateCodeDomTreeGenerator.cs
- SelectedGridItemChangedEvent.cs
- sqlser.cs
- xamlnodes.cs
- InputScope.cs
- RequestQueue.cs
- TabItem.cs
- InvokeHandlers.cs
- LoginUtil.cs
- SystemParameters.cs
- _AuthenticationState.cs
- Converter.cs
- MenuItemCollection.cs
- CryptoApi.cs
- XmlDataDocument.cs
- Update.cs
- TemplateBamlTreeBuilder.cs
- ImageDrawing.cs
- CriticalFinalizerObject.cs
- unitconverter.cs
- SecureConversationVersion.cs
- CalendarData.cs
- CheckBox.cs
- Cursor.cs
- PackageFilter.cs
- AddInSegmentDirectoryNotFoundException.cs
- TimeSpanValidator.cs
- RawKeyboardInputReport.cs
- AspNetSynchronizationContext.cs
- DesignerAutoFormat.cs
- StagingAreaInputItem.cs
- WindowsGraphics.cs
- TransportContext.cs
- SerializationInfoEnumerator.cs
- ObjectCloneHelper.cs
- DirectoryObjectSecurity.cs
- Label.cs
- XpsS0ValidatingLoader.cs
- MetadataItemCollectionFactory.cs
- ColumnCollection.cs
- ApplicationFileParser.cs
- IPipelineRuntime.cs
- SoapRpcServiceAttribute.cs
- EditorAttribute.cs
- SharedTcpTransportManager.cs
- InternalDuplexBindingElement.cs
- OSFeature.cs
- LambdaCompiler.Binary.cs
- TimerElapsedEvenArgs.cs
- glyphs.cs
- SynchronizationValidator.cs
- ResumeStoryboard.cs
- WebBrowserNavigatedEventHandler.cs
- DataSetMappper.cs
- Codec.cs
- ReaderWriterLockWrapper.cs
- PageSetupDialog.cs
- WindowsAuthenticationModule.cs
- NetTcpSection.cs
- XsltFunctions.cs
- ComponentConverter.cs
- MtomMessageEncodingElement.cs
- ConfigXmlWhitespace.cs
- OdbcConnectionStringbuilder.cs
- ControlUtil.cs
- WebPartDescription.cs
- LocalFileSettingsProvider.cs
- EdmProviderManifest.cs
- InfoCardClaim.cs
- ReferenceConverter.cs
- ProcessRequestArgs.cs
- VerificationException.cs
- httpapplicationstate.cs
- SoapWriter.cs
- FieldBuilder.cs
- CharStorage.cs
- OpCodes.cs
- StateMachineWorkflow.cs
- updateconfighost.cs
- HwndSource.cs
- SHA384Managed.cs
- DataSourceHelper.cs
- InitializerFacet.cs
- ObjectTag.cs
- InheritedPropertyChangedEventArgs.cs
- Message.cs
- SHA1.cs
- SqlAggregateChecker.cs
- InternalConfigEventArgs.cs
- SystemResourceKey.cs
- PageClientProxyGenerator.cs
- CodeObject.cs
- IndexedEnumerable.cs
- OleDbException.cs
- PerformanceCounterManager.cs
- ControlBindingsCollection.cs