Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- DuplicateWaitObjectException.cs
- Expression.cs
- SqlServer2KCompatibilityAnnotation.cs
- DriveNotFoundException.cs
- Process.cs
- ValueHandle.cs
- BitVector32.cs
- Update.cs
- BaseCodeDomTreeGenerator.cs
- Simplifier.cs
- TextContainerChangedEventArgs.cs
- OdbcDataReader.cs
- EntityContainerAssociationSet.cs
- ShortcutKeysEditor.cs
- SystemIcmpV6Statistics.cs
- RenderData.cs
- SettingsPropertyWrongTypeException.cs
- MediaPlayerState.cs
- PointAnimationUsingPath.cs
- ComplexLine.cs
- WindowsFormsLinkLabel.cs
- CopyAction.cs
- CompositeCollectionView.cs
- HttpWebRequestElement.cs
- DataRowCollection.cs
- SafeSecurityHandles.cs
- BindingObserver.cs
- CommandDesigner.cs
- BufferedGraphicsManager.cs
- FactorySettingsElement.cs
- DeferredReference.cs
- ItemAutomationPeer.cs
- SafeProcessHandle.cs
- ReadingWritingEntityEventArgs.cs
- KoreanCalendar.cs
- ProjectionPath.cs
- FrameworkElementFactory.cs
- FormatConvertedBitmap.cs
- TextEditorParagraphs.cs
- storepermissionattribute.cs
- SecurityException.cs
- XmlTypeAttribute.cs
- MissingSatelliteAssemblyException.cs
- VisualBrush.cs
- DefaultValueAttribute.cs
- Transform3DCollection.cs
- EntityDataSourceViewSchema.cs
- XmlIgnoreAttribute.cs
- DataGridViewImageColumn.cs
- SmiEventSink_Default.cs
- RectangleF.cs
- StylusPoint.cs
- WebConvert.cs
- ApplicationDirectoryMembershipCondition.cs
- SatelliteContractVersionAttribute.cs
- AudioException.cs
- XPathMultyIterator.cs
- xdrvalidator.cs
- MouseButtonEventArgs.cs
- DbReferenceCollection.cs
- DataProtection.cs
- CompModSwitches.cs
- ItemsChangedEventArgs.cs
- DependencyPropertyValueSerializer.cs
- ContentFileHelper.cs
- UrlMapping.cs
- ConstructorNeedsTagAttribute.cs
- Calendar.cs
- ForwardPositionQuery.cs
- UpdatePanelTrigger.cs
- Size.cs
- BinaryFormatter.cs
- OutKeywords.cs
- CommonObjectSecurity.cs
- MutexSecurity.cs
- BrowserCapabilitiesCompiler.cs
- ComplusEndpointConfigContainer.cs
- TemplateBuilder.cs
- DataPointer.cs
- XmlBinaryWriter.cs
- DependentTransaction.cs
- EventLogPermissionEntryCollection.cs
- ACL.cs
- RoutedEventArgs.cs
- ErrorRuntimeConfig.cs
- MemoryMappedViewAccessor.cs
- SynchronousChannelMergeEnumerator.cs
- XmlSchemaObjectCollection.cs
- BamlLocalizabilityResolver.cs
- MemberHolder.cs
- TypeUtil.cs
- PreservationFileReader.cs
- RemoteWebConfigurationHostStream.cs
- ImageListStreamer.cs
- ComponentDispatcher.cs
- DbConnectionClosed.cs
- EncoderParameters.cs
- FloaterBaseParaClient.cs
- SetStoryboardSpeedRatio.cs
- ProxyWebPartManager.cs