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
- SafeNativeMemoryHandle.cs
- SynchronizedPool.cs
- EventPrivateKey.cs
- CodeGenerator.cs
- ViewStateException.cs
- ByteStorage.cs
- Process.cs
- MouseButton.cs
- HtmlTableRow.cs
- PreviewKeyDownEventArgs.cs
- SqlConnectionString.cs
- DataGridViewLinkColumn.cs
- BindUriHelper.cs
- HttpRawResponse.cs
- Site.cs
- WebPartMenuStyle.cs
- TemplateContent.cs
- ButtonChrome.cs
- FrameworkTextComposition.cs
- ProviderException.cs
- RangeContentEnumerator.cs
- RolePrincipal.cs
- OlePropertyStructs.cs
- AttachedPropertyBrowsableAttribute.cs
- WindowsStartMenu.cs
- CodeEntryPointMethod.cs
- BooleanStorage.cs
- VirtualDirectoryMappingCollection.cs
- UIElementParaClient.cs
- CompositeControl.cs
- DragDeltaEventArgs.cs
- VScrollBar.cs
- SystemFonts.cs
- ToolBarButtonClickEvent.cs
- DispatcherObject.cs
- TextTreeUndo.cs
- TableChangeProcessor.cs
- ConditionedDesigner.cs
- X509ChainPolicy.cs
- ArrayConverter.cs
- GenerateTemporaryTargetAssembly.cs
- SerializationUtility.cs
- WindowsGraphicsWrapper.cs
- BindingOperations.cs
- HtmlElementCollection.cs
- LinkLabelLinkClickedEvent.cs
- ZipIOFileItemStream.cs
- InvokeProviderWrapper.cs
- versioninfo.cs
- METAHEADER.cs
- SiteMapProvider.cs
- RoleManagerModule.cs
- FormViewDeletedEventArgs.cs
- Light.cs
- listitem.cs
- AnchoredBlock.cs
- TableChangeProcessor.cs
- CollectionsUtil.cs
- InputEventArgs.cs
- DelegateOutArgument.cs
- ParentQuery.cs
- SoapIgnoreAttribute.cs
- CompilerTypeWithParams.cs
- WebDescriptionAttribute.cs
- SafeFileMappingHandle.cs
- ProgressBar.cs
- PtsPage.cs
- SqlClientMetaDataCollectionNames.cs
- HuffModule.cs
- VirtualPathUtility.cs
- DataServiceClientException.cs
- HtmlButton.cs
- _ConnectionGroup.cs
- PersistChildrenAttribute.cs
- QilSortKey.cs
- Types.cs
- EmissiveMaterial.cs
- XmlBinaryReader.cs
- WhileDesigner.xaml.cs
- XmlChildNodes.cs
- AnnotationResource.cs
- HttpCachePolicy.cs
- RoutedEvent.cs
- RegexTree.cs
- ImageListDesigner.cs
- UiaCoreApi.cs
- xmlglyphRunInfo.cs
- ResponseStream.cs
- SecurityPolicySection.cs
- IPHostEntry.cs
- HttpRequest.cs
- BitmapCodecInfoInternal.cs
- InitializationEventAttribute.cs
- MissingSatelliteAssemblyException.cs
- MenuItemStyleCollection.cs
- AdornedElementPlaceholder.cs
- RuleConditionDialog.cs
- ProgressBarRenderer.cs
- TreeViewImageKeyConverter.cs
- SelectionPatternIdentifiers.cs