Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- SettingsPropertyNotFoundException.cs
- HTTPNotFoundHandler.cs
- TypeSystem.cs
- WebPartMenu.cs
- PriorityBinding.cs
- XmlLanguage.cs
- RuntimeVariablesExpression.cs
- ImpersonationOption.cs
- StylusButton.cs
- BindingRestrictions.cs
- _CookieModule.cs
- MeasurementDCInfo.cs
- ForEach.cs
- DecimalConstantAttribute.cs
- ItemContainerGenerator.cs
- SqlNodeAnnotation.cs
- XmlAttributeCache.cs
- IOException.cs
- DesignTimeDataBinding.cs
- DoubleIndependentAnimationStorage.cs
- TextElementEnumerator.cs
- SplitterCancelEvent.cs
- XPathNode.cs
- DataGridViewRowHeaderCell.cs
- MethodBuilderInstantiation.cs
- returneventsaver.cs
- HMACSHA256.cs
- Hyperlink.cs
- Figure.cs
- FamilyMap.cs
- DataGridRow.cs
- ImageAttributes.cs
- RowUpdatedEventArgs.cs
- GACMembershipCondition.cs
- ConstructorNeedsTagAttribute.cs
- IdnMapping.cs
- WebBrowsableAttribute.cs
- SqlDataSource.cs
- StorageFunctionMapping.cs
- OleCmdHelper.cs
- GeneralTransform3D.cs
- securitymgrsite.cs
- CodeAccessSecurityEngine.cs
- InheritedPropertyChangedEventArgs.cs
- XmlQueryTypeFactory.cs
- BitmapEffect.cs
- XmlLoader.cs
- PrivateFontCollection.cs
- XmlCharType.cs
- CodeEntryPointMethod.cs
- ProcessModelInfo.cs
- ServiceParser.cs
- ScriptResourceInfo.cs
- BamlResourceContent.cs
- InputLanguageProfileNotifySink.cs
- MailSettingsSection.cs
- UpdatePanel.cs
- ApplyHostConfigurationBehavior.cs
- DataServiceHost.cs
- DynamicPropertyReader.cs
- OleDbTransaction.cs
- listitem.cs
- CommandBinding.cs
- BaseUriHelper.cs
- KnownTypesProvider.cs
- IgnoreFlushAndCloseStream.cs
- QueryStringParameter.cs
- OdbcTransaction.cs
- DeclarativeCatalogPart.cs
- SerializationSectionGroup.cs
- FixedPageStructure.cs
- SystemResourceKey.cs
- UnsafeNativeMethods.cs
- DesignBindingPicker.cs
- ExpressionEditorAttribute.cs
- MarginsConverter.cs
- SqlMethodAttribute.cs
- CodeChecksumPragma.cs
- EntityWithChangeTrackerStrategy.cs
- OdbcParameterCollection.cs
- WindowShowOrOpenTracker.cs
- ExpressionBinding.cs
- XPathChildIterator.cs
- UserControl.cs
- CultureTable.cs
- HeaderUtility.cs
- ObjectDataSourceDisposingEventArgs.cs
- HyperLinkDataBindingHandler.cs
- QuaternionKeyFrameCollection.cs
- Wildcard.cs
- RenderDataDrawingContext.cs
- PerformanceCounter.cs
- ComboBox.cs
- PermissionAttributes.cs
- RegionIterator.cs
- QueryMath.cs
- CompiledIdentityConstraint.cs
- NavigationHelper.cs
- GradientStop.cs
- Image.cs