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
- FamilyTypeface.cs
- ApplicationException.cs
- NotifyCollectionChangedEventArgs.cs
- FileAuthorizationModule.cs
- securitycriticaldataClass.cs
- DataGridViewCellConverter.cs
- SynchronizationContextHelper.cs
- DesignTimeValidationFeature.cs
- RankException.cs
- SrgsText.cs
- XmlSchemaDocumentation.cs
- SchemaType.cs
- XamlClipboardData.cs
- SemanticResultValue.cs
- MultiByteCodec.cs
- CodeLinePragma.cs
- DispatcherExceptionEventArgs.cs
- HttpContext.cs
- HtmlTableCell.cs
- TextRunCache.cs
- ImportContext.cs
- BitmapDecoder.cs
- UserMapPath.cs
- SurrogateSelector.cs
- EventBookmark.cs
- unsafenativemethodsother.cs
- WebPartMinimizeVerb.cs
- SessionEndingEventArgs.cs
- DataRowExtensions.cs
- TableAdapterManagerNameHandler.cs
- OletxVolatileEnlistment.cs
- PixelShader.cs
- BinHexEncoder.cs
- AutomationPattern.cs
- ProtocolsConfigurationHandler.cs
- DependencyPropertyConverter.cs
- TableLayoutColumnStyleCollection.cs
- BuildProvider.cs
- NativeMethodsCLR.cs
- ObjectStateFormatter.cs
- Repeater.cs
- ContainerVisual.cs
- ReadOnlyDictionary.cs
- NavigatorInput.cs
- DllNotFoundException.cs
- WindowHideOrCloseTracker.cs
- OdbcDataAdapter.cs
- PropertyInfoSet.cs
- SqlTransaction.cs
- DocumentPageTextView.cs
- XmlReturnReader.cs
- IsolatedStorageException.cs
- DataRecordObjectView.cs
- RemotingConfiguration.cs
- PhysicalOps.cs
- documentation.cs
- StringToken.cs
- Menu.cs
- XmlWriterSettings.cs
- Drawing.cs
- FileStream.cs
- Translator.cs
- MulticastDelegate.cs
- ZoneLinkButton.cs
- SecurityHelper.cs
- Matrix.cs
- LinearKeyFrames.cs
- StyleXamlTreeBuilder.cs
- SelectedGridItemChangedEvent.cs
- OpacityConverter.cs
- InheritanceRules.cs
- MeshGeometry3D.cs
- NotificationContext.cs
- ForeignKeyConstraint.cs
- WebPartZoneBase.cs
- ExtractorMetadata.cs
- ProtocolsConfigurationEntry.cs
- ProcessModuleCollection.cs
- WmlMobileTextWriter.cs
- basemetadatamappingvisitor.cs
- _TLSstream.cs
- TrackingMemoryStreamFactory.cs
- StyleSheetComponentEditor.cs
- MarginCollapsingState.cs
- webproxy.cs
- EUCJPEncoding.cs
- TransactionBehavior.cs
- SynchronizationContextHelper.cs
- MenuCommands.cs
- VariantWrapper.cs
- ToolStripGripRenderEventArgs.cs
- ConnectionsZone.cs
- SByteConverter.cs
- ConditionalAttribute.cs
- ServiceSecurityAuditBehavior.cs
- RootProfilePropertySettingsCollection.cs
- TranslateTransform.cs
- ObjectDataSourceDisposingEventArgs.cs
- XmlKeywords.cs
- WindowsTokenRoleProvider.cs