Code:
/ FX-1434 / FX-1434 / 1.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; ////// 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. // Copyright (c) Microsoft Corporation. All rights reserved./// Gets the action that has occurred on a ///. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextSimpleMarkerProperties.cs
- SystemGatewayIPAddressInformation.cs
- PersonalizationProvider.cs
- ActiveXHost.cs
- DataGridDesigner.cs
- ClientFormsAuthenticationCredentials.cs
- CreateParams.cs
- PolyLineSegmentFigureLogic.cs
- IxmlLineInfo.cs
- ChildrenQuery.cs
- GraphicsContainer.cs
- HostProtectionPermission.cs
- Span.cs
- DataRowExtensions.cs
- CqlParserHelpers.cs
- CompleteWizardStep.cs
- FlowLayoutPanel.cs
- ResourceDisplayNameAttribute.cs
- MailBnfHelper.cs
- ExpandCollapseProviderWrapper.cs
- WebPartRestoreVerb.cs
- StdValidatorsAndConverters.cs
- Rect.cs
- RewritingSimplifier.cs
- X509Chain.cs
- SemanticKeyElement.cs
- DBNull.cs
- BufferedGraphicsContext.cs
- HwndSource.cs
- CodeTypeDeclarationCollection.cs
- ClientUrlResolverWrapper.cs
- Scanner.cs
- AdapterUtil.cs
- TextServicesDisplayAttributePropertyRanges.cs
- DelegateSerializationHolder.cs
- SelectionWordBreaker.cs
- SqlProvider.cs
- PerformanceCounterCategory.cs
- ResourcesGenerator.cs
- Accessors.cs
- WebEvents.cs
- EntityReference.cs
- ChangeNode.cs
- Point3DAnimationUsingKeyFrames.cs
- TypedElement.cs
- ContextInformation.cs
- TypeNameConverter.cs
- SqlXml.cs
- AuthenticatingEventArgs.cs
- PropertyMetadata.cs
- GestureRecognitionResult.cs
- _BasicClient.cs
- Annotation.cs
- SafeNativeMethods.cs
- ReturnEventArgs.cs
- sqlstateclientmanager.cs
- TcpClientChannel.cs
- RunInstallerAttribute.cs
- CalendarData.cs
- TextModifier.cs
- StringStorage.cs
- DiagnosticStrings.cs
- CheckBoxField.cs
- DataBoundControlHelper.cs
- KeySplineConverter.cs
- WindowsSlider.cs
- RepeatBehaviorConverter.cs
- HuffmanTree.cs
- SourceFilter.cs
- ConnectionOrientedTransportChannelFactory.cs
- RijndaelManaged.cs
- MouseEvent.cs
- FormParameter.cs
- DelegatingTypeDescriptionProvider.cs
- GlyphCache.cs
- objectresult_tresulttype.cs
- WebPartConnectionsConfigureVerb.cs
- Walker.cs
- SqlMethods.cs
- BitmapEffectCollection.cs
- TypeExtensionConverter.cs
- MaterialCollection.cs
- SafeEventLogReadHandle.cs
- TextEditorCopyPaste.cs
- ActivityCodeDomReferenceService.cs
- DBSqlParserTableCollection.cs
- XPathNodeInfoAtom.cs
- WebPartZone.cs
- CultureSpecificCharacterBufferRange.cs
- ToolboxItemCollection.cs
- webclient.cs
- DecoderReplacementFallback.cs
- VirtualDirectoryMappingCollection.cs
- ProgramNode.cs
- WindowsSlider.cs
- PermissionSetEnumerator.cs
- IsolationInterop.cs
- SettingsAttributeDictionary.cs
- ArglessEventHandlerProxy.cs
- EncryptedData.cs