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
- EqualityComparer.cs
- CompilerParameters.cs
- DataGridViewCell.cs
- HandledMouseEvent.cs
- MessageAction.cs
- StrokeNode.cs
- ProviderSettings.cs
- SqlNodeAnnotation.cs
- ContentAlignmentEditor.cs
- SimpleTypeResolver.cs
- ToolboxComponentsCreatingEventArgs.cs
- HtmlInputCheckBox.cs
- DebugView.cs
- _NegoState.cs
- BitFlagsGenerator.cs
- Block.cs
- AmbientProperties.cs
- METAHEADER.cs
- UInt64Converter.cs
- SerializerWriterEventHandlers.cs
- Compress.cs
- OleDbCommand.cs
- ListView.cs
- PrimaryKeyTypeConverter.cs
- ValidationRuleCollection.cs
- DesignerMetadata.cs
- IdentityHolder.cs
- ResourceDefaultValueAttribute.cs
- X509ClientCertificateAuthenticationElement.cs
- controlskin.cs
- Blend.cs
- WebEventCodes.cs
- QueryExpr.cs
- AnnotationMap.cs
- InputLanguageManager.cs
- FixedFindEngine.cs
- CfgParser.cs
- Activator.cs
- MultiTrigger.cs
- SafeArrayTypeMismatchException.cs
- ListDictionaryInternal.cs
- CompositeScriptReference.cs
- ExpandSegmentCollection.cs
- SafeRightsManagementQueryHandle.cs
- FontSourceCollection.cs
- CanonicalFontFamilyReference.cs
- AtomPub10CategoriesDocumentFormatter.cs
- SkipQueryOptionExpression.cs
- HtmlShimManager.cs
- SymbolDocumentInfo.cs
- NativeCompoundFileAPIs.cs
- EventRecordWrittenEventArgs.cs
- HttpRequestWrapper.cs
- HttpDebugHandler.cs
- HtmlEmptyTagControlBuilder.cs
- ApplicationCommands.cs
- Vector3DCollection.cs
- AuthenticationSchemesHelper.cs
- EndOfStreamException.cs
- BindingList.cs
- SQLInt16.cs
- StatusBar.cs
- DbProviderFactory.cs
- EventBookmark.cs
- MenuCommand.cs
- CalendarDesigner.cs
- AppDomainFactory.cs
- DesignerTextViewAdapter.cs
- Variant.cs
- DataTransferEventArgs.cs
- ScaleTransform.cs
- SubpageParaClient.cs
- CatalogPart.cs
- WaitHandleCannotBeOpenedException.cs
- ProcessHostConfigUtils.cs
- XmlSchemaComplexContentExtension.cs
- UserPreferenceChangingEventArgs.cs
- ValidationResult.cs
- EventArgs.cs
- ConfigurationValues.cs
- DotNetATv1WindowsLogEntryDeserializer.cs
- TreeNodeStyleCollection.cs
- Thumb.cs
- securestring.cs
- RolePrincipal.cs
- IIS7UserPrincipal.cs
- LiteralTextParser.cs
- ReliableChannelFactory.cs
- PartitionResolver.cs
- BaseDataList.cs
- XmlSchemaCompilationSettings.cs
- TextTreeUndoUnit.cs
- Pens.cs
- DataObject.cs
- Compiler.cs
- TypeUtils.cs
- BitVector32.cs
- PropertyGridView.cs
- ExpressionDumper.cs
- _DigestClient.cs