Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- SaveFileDialog.cs
- LiteralSubsegment.cs
- SortedDictionary.cs
- ExtenderProvidedPropertyAttribute.cs
- EndpointDiscoveryElement.cs
- TemplateManager.cs
- XmlSchemaType.cs
- UrlParameterReader.cs
- DataGridViewRowsAddedEventArgs.cs
- SafeProcessHandle.cs
- PrivilegedConfigurationManager.cs
- TextElementAutomationPeer.cs
- SrgsText.cs
- PerspectiveCamera.cs
- EntityDescriptor.cs
- AggregateNode.cs
- MenuItem.cs
- TransactionBridgeSection.cs
- EncoderParameter.cs
- AttributeCollection.cs
- BuildProviderAppliesToAttribute.cs
- ToolZone.cs
- SessionEndingEventArgs.cs
- NullableIntSumAggregationOperator.cs
- BamlVersionHeader.cs
- PositiveTimeSpanValidatorAttribute.cs
- SqlDataSourceFilteringEventArgs.cs
- WebCategoryAttribute.cs
- __Filters.cs
- Pen.cs
- StylusPointPropertyInfo.cs
- WebPartConnection.cs
- PropertyPathWorker.cs
- FormatterServices.cs
- ResponseStream.cs
- FormViewPageEventArgs.cs
- StringAnimationUsingKeyFrames.cs
- DataStreamFromComStream.cs
- PieceDirectory.cs
- Validator.cs
- CalloutQueueItem.cs
- ContourSegment.cs
- XpsFilter.cs
- Duration.cs
- _RequestLifetimeSetter.cs
- TypeTypeConverter.cs
- DispatcherObject.cs
- AppDomainManager.cs
- ColorContext.cs
- XPathQilFactory.cs
- FileDataSourceCache.cs
- StringExpressionSet.cs
- Binding.cs
- Hex.cs
- SortDescriptionCollection.cs
- WorkflowOperationErrorHandler.cs
- DelegatingTypeDescriptionProvider.cs
- ChtmlTextWriter.cs
- IPipelineRuntime.cs
- QilCloneVisitor.cs
- MethodAccessException.cs
- DynamicMetaObjectBinder.cs
- metadatamappinghashervisitor.cs
- Connector.xaml.cs
- ContentElement.cs
- CurrentChangingEventArgs.cs
- ConfigurationManagerHelperFactory.cs
- BitmapEffectrendercontext.cs
- DataStorage.cs
- SHA256CryptoServiceProvider.cs
- XmlCDATASection.cs
- PrtTicket_Base.cs
- CreatingCookieEventArgs.cs
- MembershipUser.cs
- ClrPerspective.cs
- Timer.cs
- DataTrigger.cs
- XmlJsonWriter.cs
- HttpApplicationFactory.cs
- RelationshipEndMember.cs
- xsdvalidator.cs
- PlainXmlSerializer.cs
- ListViewItem.cs
- ConfigurationLocationCollection.cs
- filewebresponse.cs
- OutputScopeManager.cs
- ReferencedAssemblyResolver.cs
- AppModelKnownContentFactory.cs
- dbdatarecord.cs
- keycontainerpermission.cs
- TraceUtility.cs
- ShellProvider.cs
- XPathNodeInfoAtom.cs
- CompareInfo.cs
- SoapHttpTransportImporter.cs
- Timer.cs
- AdapterUtil.cs
- SqlDataAdapter.cs
- SystemInfo.cs
- MemoryPressure.cs