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
- CompressStream.cs
- SecurityContextKeyIdentifierClause.cs
- XmlAttributeCollection.cs
- UrlMappingsModule.cs
- IgnoreSectionHandler.cs
- PerformanceCounterPermission.cs
- ReadOnlyAttribute.cs
- QilScopedVisitor.cs
- AnnotationService.cs
- TrackingRecord.cs
- TextLineBreak.cs
- XmlSchemaParticle.cs
- InputProviderSite.cs
- StackBuilderSink.cs
- BlurBitmapEffect.cs
- GridViewEditEventArgs.cs
- MessageBox.cs
- SEHException.cs
- CoTaskMemUnicodeSafeHandle.cs
- WebInvokeAttribute.cs
- LogStore.cs
- Message.cs
- ReadWriteSpinLock.cs
- EventLogEntry.cs
- ContentPropertyAttribute.cs
- LayoutManager.cs
- Partitioner.cs
- SweepDirectionValidation.cs
- PageSetupDialog.cs
- ClientApiGenerator.cs
- PresentationSource.cs
- TypeUsage.cs
- ContentHostHelper.cs
- RequestCachePolicy.cs
- MarshalByRefObject.cs
- ObjectHelper.cs
- ChildTable.cs
- FileCodeGroup.cs
- NetMsmqBinding.cs
- CapabilitiesRule.cs
- QilTargetType.cs
- ArcSegment.cs
- WebCategoryAttribute.cs
- _RequestCacheProtocol.cs
- controlskin.cs
- BaseProcessor.cs
- WindowsHyperlink.cs
- BaseCodeDomTreeGenerator.cs
- ValidationError.cs
- WindowCollection.cs
- ConnectionPoint.cs
- XamlStyleSerializer.cs
- TransactionManager.cs
- DataControlCommands.cs
- ByteKeyFrameCollection.cs
- KernelTypeValidation.cs
- HideDisabledControlAdapter.cs
- RuntimeWrappedException.cs
- SoapMessage.cs
- Graphics.cs
- FixedLineResult.cs
- ChineseLunisolarCalendar.cs
- DateTimeEditor.cs
- SplitContainer.cs
- MessagingDescriptionAttribute.cs
- ExpressionsCollectionEditor.cs
- GuidConverter.cs
- safex509handles.cs
- KerberosRequestorSecurityToken.cs
- Set.cs
- SyndicationCategory.cs
- AncillaryOps.cs
- AssemblyAssociatedContentFileAttribute.cs
- ReadWriteObjectLock.cs
- DataGridAddNewRow.cs
- ScriptingAuthenticationServiceSection.cs
- EntityCommandExecutionException.cs
- BrowserDefinition.cs
- TextParagraphProperties.cs
- DataControlImageButton.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- Delay.cs
- TemplateControlBuildProvider.cs
- AspNetRouteServiceHttpHandler.cs
- InvalidCastException.cs
- PointHitTestParameters.cs
- StrongNameKeyPair.cs
- PageParserFilter.cs
- AQNBuilder.cs
- ValueTable.cs
- EventHandlingScope.cs
- ChannelServices.cs
- HwndHost.cs
- SectionXmlInfo.cs
- BamlResourceDeserializer.cs
- PolicyManager.cs
- Type.cs
- XpsFilter.cs
- WindowsGraphicsWrapper.cs
- ParsedAttributeCollection.cs