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
- StrongNameUtility.cs
- Model3DCollection.cs
- MetaModel.cs
- ServiceManager.cs
- PathFigure.cs
- ResourceCategoryAttribute.cs
- HttpCachePolicyBase.cs
- MaskedTextBox.cs
- Expression.DebuggerProxy.cs
- AdornerDecorator.cs
- PropertyGeneratedEventArgs.cs
- FileDialog_Vista.cs
- TokenDescriptor.cs
- WindowsScrollBarBits.cs
- PointConverter.cs
- FontEmbeddingManager.cs
- SpecularMaterial.cs
- DataList.cs
- MenuTracker.cs
- CookieProtection.cs
- ReceiveSecurityHeader.cs
- WebPartManagerInternals.cs
- TemplateLookupAction.cs
- Attachment.cs
- TerminatorSinks.cs
- backend.cs
- AttributeCollection.cs
- BulletDecorator.cs
- TextSelectionProcessor.cs
- StreamGeometry.cs
- RenderData.cs
- namescope.cs
- XmlCDATASection.cs
- IntegerValidator.cs
- KnownAssembliesSet.cs
- ResXFileRef.cs
- cache.cs
- TreeViewImageIndexConverter.cs
- RotationValidation.cs
- DrawingContext.cs
- AttributeQuery.cs
- _SSPISessionCache.cs
- ResourceDescriptionAttribute.cs
- RelationshipEndCollection.cs
- SchemaInfo.cs
- ScrollViewerAutomationPeer.cs
- TextEditorCharacters.cs
- CodeEventReferenceExpression.cs
- DataGridViewColumnConverter.cs
- ContextStack.cs
- HttpStaticObjectsCollectionBase.cs
- Input.cs
- TabRenderer.cs
- DesignTimeData.cs
- MetadataItemSerializer.cs
- WorkflowViewStateService.cs
- IList.cs
- TextRunCacheImp.cs
- ScrollItemProviderWrapper.cs
- ActivityTypeResolver.xaml.cs
- StrokeCollectionConverter.cs
- DataGridViewRowEventArgs.cs
- WindowsSysHeader.cs
- CatalogZoneAutoFormat.cs
- ClientRoleProvider.cs
- SQLUtility.cs
- DataListItemEventArgs.cs
- NonClientArea.cs
- ScrollData.cs
- CompilerError.cs
- RegexReplacement.cs
- AdRotator.cs
- InputLanguageSource.cs
- ByteStorage.cs
- SoapExtension.cs
- XmlAttributeOverrides.cs
- TextDecorations.cs
- NumericExpr.cs
- XmlTextEncoder.cs
- ActivityFunc.cs
- ServiceObjectContainer.cs
- FormsAuthenticationConfiguration.cs
- SerializationInfoEnumerator.cs
- LingerOption.cs
- DataGridCommandEventArgs.cs
- ValidatingReaderNodeData.cs
- SubclassTypeValidatorAttribute.cs
- Typography.cs
- DecodeHelper.cs
- AssemblyAttributesGoHere.cs
- dataprotectionpermission.cs
- BinaryQueryOperator.cs
- EntityViewGenerationConstants.cs
- ListViewDataItem.cs
- Icon.cs
- ConfigXmlComment.cs
- BoundColumn.cs
- WebControlAdapter.cs
- AppSettingsExpressionBuilder.cs
- MeshGeometry3D.cs