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 / StateChangeEvent.cs / 1 / StateChangeEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; #if WINFSInternalOnly internal #else public #endif sealed class StateChangeEventArgs : System.EventArgs { private ConnectionState originalState; private ConnectionState currentState; public StateChangeEventArgs(ConnectionState originalState, ConnectionState currentState) { this.originalState = originalState; this.currentState = currentState; } public ConnectionState CurrentState { get { return this.currentState; } } public ConnectionState OriginalState { get { return this.originalState; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; #if WINFSInternalOnly internal #else public #endif sealed class StateChangeEventArgs : System.EventArgs { private ConnectionState originalState; private ConnectionState currentState; public StateChangeEventArgs(ConnectionState originalState, ConnectionState currentState) { this.originalState = originalState; this.currentState = currentState; } public ConnectionState CurrentState { get { return this.currentState; } } public ConnectionState OriginalState { get { return this.originalState; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Camera.cs
- XamlParser.cs
- MarkedHighlightComponent.cs
- WmlMobileTextWriter.cs
- MultipartIdentifier.cs
- MessageDecoder.cs
- DataConnectionHelper.cs
- WebProxyScriptElement.cs
- Evaluator.cs
- Tokenizer.cs
- webclient.cs
- DbUpdateCommandTree.cs
- SByte.cs
- TypedMessageConverter.cs
- XmlSignificantWhitespace.cs
- ListBoxAutomationPeer.cs
- ValueHandle.cs
- GradientSpreadMethodValidation.cs
- PropertyValueUIItem.cs
- RuntimeConfig.cs
- SQLResource.cs
- CurrencyManager.cs
- UriWriter.cs
- SiteMapProvider.cs
- WindowsFormsHostAutomationPeer.cs
- Compiler.cs
- MessageBox.cs
- UnsafeNativeMethods.cs
- HttpConfigurationSystem.cs
- mediaeventshelper.cs
- AutomationAttributeInfo.cs
- ButtonField.cs
- BufferedOutputStream.cs
- HttpServerChannel.cs
- OdbcCommandBuilder.cs
- GAC.cs
- NavigateEvent.cs
- Soap12ProtocolImporter.cs
- ServiceObjectContainer.cs
- PackageDigitalSignatureManager.cs
- MessageLogger.cs
- MemberMaps.cs
- AutomationPeer.cs
- StructuredTypeEmitter.cs
- QilPatternFactory.cs
- KeyMatchBuilder.cs
- PropertyManager.cs
- ProbeMatches11.cs
- JsonFormatGeneratorStatics.cs
- X509Certificate2.cs
- WorkflowOperationBehavior.cs
- SystemTcpStatistics.cs
- PageParserFilter.cs
- SchemaInfo.cs
- SendMessageContent.cs
- IdentityReference.cs
- InfoCardRSACryptoProvider.cs
- GestureRecognizer.cs
- TreeViewDesigner.cs
- BinaryWriter.cs
- FreezableCollection.cs
- CheckBoxBaseAdapter.cs
- ICspAsymmetricAlgorithm.cs
- StyleCollection.cs
- AutomationPropertyInfo.cs
- xmlsaver.cs
- Update.cs
- SkinIDTypeConverter.cs
- ArgumentException.cs
- UseAttributeSetsAction.cs
- BindableAttribute.cs
- ListGeneralPage.cs
- MetadataWorkspace.cs
- XmlSchemaImport.cs
- GridItemCollection.cs
- HtmlTableCellCollection.cs
- PrinterResolution.cs
- RenderData.cs
- EntityDataSourceSelectingEventArgs.cs
- InfiniteIntConverter.cs
- RightsManagementPermission.cs
- SqlSelectStatement.cs
- AttachedPropertyMethodSelector.cs
- SmiXetterAccessMap.cs
- InternalMappingException.cs
- SqlDelegatedTransaction.cs
- DataBoundControl.cs
- SystemColorTracker.cs
- XmlSignificantWhitespace.cs
- GraphicsPathIterator.cs
- OutgoingWebRequestContext.cs
- BitmapData.cs
- AbandonedMutexException.cs
- WebPartUserCapability.cs
- Package.cs
- PerformanceCounterManager.cs
- TrustVersion.cs
- LockedAssemblyCache.cs
- BindingNavigatorDesigner.cs
- BitmapImage.cs