Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / DataRowChangeEvent.cs / 1305376 / DataRowChangeEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Diagnostics; public 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; public 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
- AttributeCollection.cs
- BypassElementCollection.cs
- DiscreteKeyFrames.cs
- CookieParameter.cs
- DynamicRendererThreadManager.cs
- Animatable.cs
- EntityDataSourceDesignerHelper.cs
- Light.cs
- StructuralCache.cs
- CookieHandler.cs
- Viewport3DAutomationPeer.cs
- BaseDataList.cs
- sqlnorm.cs
- EventSetter.cs
- UnicodeEncoding.cs
- ReceiveContextCollection.cs
- ResXResourceReader.cs
- CharStorage.cs
- PeerApplication.cs
- And.cs
- DispatcherFrame.cs
- EdmToObjectNamespaceMap.cs
- FontUnitConverter.cs
- UnsafeNativeMethods.cs
- ClientApiGenerator.cs
- TransformPatternIdentifiers.cs
- UnionCodeGroup.cs
- KeyNotFoundException.cs
- SqlRecordBuffer.cs
- BlockUIContainer.cs
- MembershipPasswordException.cs
- RequiredAttributeAttribute.cs
- _LocalDataStoreMgr.cs
- Brushes.cs
- ParseHttpDate.cs
- TdsRecordBufferSetter.cs
- StreamResourceInfo.cs
- ObjectDataSourceFilteringEventArgs.cs
- DocumentPage.cs
- _OSSOCK.cs
- ExpressionBuilderContext.cs
- SemanticResolver.cs
- UrlPath.cs
- Scripts.cs
- SecureUICommand.cs
- DataPagerField.cs
- IgnoreFileBuildProvider.cs
- ResXBuildProvider.cs
- LassoSelectionBehavior.cs
- PerSessionInstanceContextProvider.cs
- IdleTimeoutMonitor.cs
- CacheDependency.cs
- SelectionGlyphBase.cs
- ModulesEntry.cs
- XsdValidatingReader.cs
- XmlException.cs
- XPathSelfQuery.cs
- ContextQuery.cs
- SqlVisitor.cs
- ListViewInsertEventArgs.cs
- ColumnCollectionEditor.cs
- AuthorizationRule.cs
- MemberProjectedSlot.cs
- HiddenFieldPageStatePersister.cs
- HashRepartitionStream.cs
- AdRotator.cs
- ConfigXmlAttribute.cs
- ServiceOperationInfoTypeConverter.cs
- ArrayExtension.cs
- StringValueConverter.cs
- oledbconnectionstring.cs
- RegexGroup.cs
- GenericEnumerator.cs
- CommandBindingCollection.cs
- DecoderFallbackWithFailureFlag.cs
- PictureBox.cs
- PerformanceCounterManager.cs
- Token.cs
- CodeAssignStatement.cs
- PagedDataSource.cs
- Mappings.cs
- NativeMethods.cs
- ListViewItem.cs
- VariantWrapper.cs
- XsltSettings.cs
- BookmarkScope.cs
- HandlerMappingMemo.cs
- OutputCacheModule.cs
- DataGridViewCellValueEventArgs.cs
- ServiceEndpointElement.cs
- SoapSchemaMember.cs
- SystemNetHelpers.cs
- ThrowHelper.cs
- X509LogoTypeExtension.cs
- HttpRequest.cs
- SemanticTag.cs
- TemplatedMailWebEventProvider.cs
- EntityDataSourceWrapperCollection.cs
- InputEventArgs.cs
- HMACSHA512.cs