Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- PeerNameRegistration.cs
- DropSourceBehavior.cs
- OverrideMode.cs
- UIInitializationException.cs
- AutoResetEvent.cs
- ConfigurationElement.cs
- InkPresenterAutomationPeer.cs
- SmtpTransport.cs
- MarkupCompiler.cs
- PageSetupDialog.cs
- BulletDecorator.cs
- TraceRecord.cs
- InputScope.cs
- DesignTimeParseData.cs
- ParentControlDesigner.cs
- IndicCharClassifier.cs
- HtmlElementErrorEventArgs.cs
- CodeLabeledStatement.cs
- WebEventCodes.cs
- XmlHierarchyData.cs
- SolidColorBrush.cs
- RegistrationServices.cs
- DynamicDataExtensions.cs
- log.cs
- wgx_sdk_version.cs
- PageCache.cs
- CheckBoxField.cs
- ToolBarButtonClickEvent.cs
- _ScatterGatherBuffers.cs
- ToolStripCollectionEditor.cs
- LogicalChannel.cs
- SurrogateSelector.cs
- TableAutomationPeer.cs
- DataSvcMapFile.cs
- Transform3D.cs
- TraceInternal.cs
- HMACSHA1.cs
- ObjectIDGenerator.cs
- StreamWriter.cs
- Rethrow.cs
- NullableLongAverageAggregationOperator.cs
- ElementsClipboardData.cs
- SubpageParagraph.cs
- RoleGroupCollection.cs
- TemplateControlBuildProvider.cs
- ReflectEventDescriptor.cs
- Win32Native.cs
- XmlSortKey.cs
- SelectQueryOperator.cs
- FontFaceLayoutInfo.cs
- RecommendedAsConfigurableAttribute.cs
- ViewPort3D.cs
- SQLConvert.cs
- RayMeshGeometry3DHitTestResult.cs
- PeerSecurityManager.cs
- ACL.cs
- TypeUtils.cs
- MaskedTextProvider.cs
- PropertySourceInfo.cs
- ObjectTypeMapping.cs
- GridViewRowEventArgs.cs
- WinInetCache.cs
- PageOrientation.cs
- CompileLiteralTextParser.cs
- XmlSignatureManifest.cs
- ConfigXmlCDataSection.cs
- HtmlTextArea.cs
- WorkflowInstanceExtensionCollection.cs
- TextRange.cs
- Size.cs
- SafeCryptContextHandle.cs
- PlanCompiler.cs
- MethodRental.cs
- MissingFieldException.cs
- DesignTimeVisibleAttribute.cs
- DocumentOrderQuery.cs
- SqlAliaser.cs
- PropertyNames.cs
- CancelEventArgs.cs
- JsonGlobals.cs
- ObjectListFieldsPage.cs
- TypeGeneratedEventArgs.cs
- RectKeyFrameCollection.cs
- Container.cs
- BufferedReadStream.cs
- OneWayBindingElementImporter.cs
- DtdParser.cs
- ToolStripContentPanelRenderEventArgs.cs
- ListBindingHelper.cs
- WebMethodAttribute.cs
- XmlCDATASection.cs
- BindableTemplateBuilder.cs
- RequestQueue.cs
- HtmlImageAdapter.cs
- VirtualizingStackPanel.cs
- ParsedAttributeCollection.cs
- CharKeyFrameCollection.cs
- ByteStack.cs
- DataSourceHelper.cs
- PopupControlService.cs