Code:
/ DotNET / DotNET / 8.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
- ProvidersHelper.cs
- oledbconnectionstring.cs
- RequestSecurityTokenResponseCollection.cs
- UiaCoreTypesApi.cs
- remotingproxy.cs
- DuplicateMessageDetector.cs
- SyndicationSerializer.cs
- NavigationPropertyEmitter.cs
- HGlobalSafeHandle.cs
- StructuredType.cs
- TracedNativeMethods.cs
- PeerNameRecord.cs
- Int64Animation.cs
- XmlDigitalSignatureProcessor.cs
- DescendentsWalker.cs
- FixedPageStructure.cs
- TypeTypeConverter.cs
- ReferencedType.cs
- XsdDataContractExporter.cs
- _StreamFramer.cs
- OutputScopeManager.cs
- ThrowHelper.cs
- XhtmlBasicLiteralTextAdapter.cs
- TagMapInfo.cs
- GacUtil.cs
- XmlTextReaderImplHelpers.cs
- DesignerActionVerbItem.cs
- HelpInfo.cs
- ToolBarButtonDesigner.cs
- XPathDocumentIterator.cs
- SmtpTransport.cs
- FrameworkContentElementAutomationPeer.cs
- WmpBitmapEncoder.cs
- lengthconverter.cs
- OuterGlowBitmapEffect.cs
- TextEditorTables.cs
- TextTreePropertyUndoUnit.cs
- ToolStripSeparator.cs
- smtpconnection.cs
- LoginDesignerUtil.cs
- StylusPlugInCollection.cs
- HttpProcessUtility.cs
- EditorPartCollection.cs
- RowToFieldTransformer.cs
- OleAutBinder.cs
- ItemDragEvent.cs
- RefreshPropertiesAttribute.cs
- RectValueSerializer.cs
- DataGrid.cs
- ComboBoxItem.cs
- indexingfiltermarshaler.cs
- SHA1Managed.cs
- ObjectDataSourceEventArgs.cs
- Missing.cs
- BindingParameterCollection.cs
- CoreSwitches.cs
- DefaultParameterValueAttribute.cs
- HtmlControlAdapter.cs
- ReferentialConstraint.cs
- ThreadSafeList.cs
- TableLayout.cs
- XmlName.cs
- ModelProperty.cs
- UniqueContractNameValidationBehavior.cs
- oledbmetadatacollectionnames.cs
- EventSourceCreationData.cs
- NativeMethods.cs
- RectConverter.cs
- XmlWrappingReader.cs
- EmissiveMaterial.cs
- ChangeDirector.cs
- Rule.cs
- SystemKeyConverter.cs
- LocalFileSettingsProvider.cs
- ByteStreamBufferedMessageData.cs
- SchemaNames.cs
- State.cs
- OdbcException.cs
- QilFactory.cs
- PrimitiveXmlSerializers.cs
- Typeface.cs
- PermissionListSet.cs
- XmlSerializableWriter.cs
- IWorkflowDebuggerService.cs
- OleCmdHelper.cs
- AnimationClock.cs
- LayoutManager.cs
- _TimerThread.cs
- DeploymentExceptionMapper.cs
- keycontainerpermission.cs
- GenericsInstances.cs
- ObjectDisposedException.cs
- DataGridViewSelectedCellCollection.cs
- OdbcCommandBuilder.cs
- WebEvents.cs
- Attachment.cs
- PkcsUtils.cs
- CategoryGridEntry.cs
- AssertSection.cs
- TypefaceMetricsCache.cs