Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- HttpModuleAction.cs
- DiscardableAttribute.cs
- DispatcherHookEventArgs.cs
- ServicePointManager.cs
- ErrorFormatter.cs
- TagNameToTypeMapper.cs
- InvalidFilterCriteriaException.cs
- UrlPropertyAttribute.cs
- XPathEmptyIterator.cs
- NavigatorOutput.cs
- TextEditorParagraphs.cs
- DeclarativeCatalogPart.cs
- DirectoryRootQuery.cs
- SamlSecurityTokenAuthenticator.cs
- PageBuildProvider.cs
- OrderingInfo.cs
- nulltextnavigator.cs
- TabItemWrapperAutomationPeer.cs
- PassportAuthentication.cs
- ElementMarkupObject.cs
- EntityDesignerDataSourceView.cs
- ArrayConverter.cs
- DesignerTransactionCloseEvent.cs
- RootBrowserWindow.cs
- LinearKeyFrames.cs
- ContentPlaceHolder.cs
- StoreContentChangedEventArgs.cs
- MimeTypePropertyAttribute.cs
- DbConnectionPoolGroupProviderInfo.cs
- SettingsPropertyIsReadOnlyException.cs
- NotifyInputEventArgs.cs
- SvcMapFileSerializer.cs
- MenuItem.cs
- MimeWriter.cs
- DataGridViewAccessibleObject.cs
- SemaphoreFullException.cs
- DataGridViewRow.cs
- Utilities.cs
- ReadOnlyDataSourceView.cs
- Margins.cs
- FragmentQuery.cs
- BypassElement.cs
- InvalidCastException.cs
- IisTraceWebEventProvider.cs
- Logging.cs
- QilTypeChecker.cs
- ScopelessEnumAttribute.cs
- Compress.cs
- StatusStrip.cs
- PenContext.cs
- OleDbMetaDataFactory.cs
- TwoPhaseCommit.cs
- UriTemplateVariablePathSegment.cs
- CheckedPointers.cs
- ResourceProperty.cs
- TemplateContent.cs
- GeneralTransform2DTo3D.cs
- DrawingContext.cs
- ObjectNotFoundException.cs
- LoadWorkflowByKeyAsyncResult.cs
- IPipelineRuntime.cs
- DesignerSerializationOptionsAttribute.cs
- ProcessModuleDesigner.cs
- ImageCodecInfoPrivate.cs
- DefaultValueTypeConverter.cs
- SQLDateTime.cs
- MenuItemBindingCollection.cs
- DataException.cs
- QilTernary.cs
- TransferMode.cs
- SuppressMessageAttribute.cs
- CaseInsensitiveOrdinalStringComparer.cs
- RuleSet.cs
- BindingRestrictions.cs
- EventHandlingScope.cs
- Storyboard.cs
- PropertyMap.cs
- AuthenticationModuleElement.cs
- SimpleRecyclingCache.cs
- ColorConvertedBitmap.cs
- DebuggerAttributes.cs
- CompareValidator.cs
- BufferBuilder.cs
- ErrorProvider.cs
- WindowsListViewGroupSubsetLink.cs
- Base64Encoder.cs
- SequentialOutput.cs
- PropertyRef.cs
- TemplateComponentConnector.cs
- TaskFileService.cs
- XmlSchemaSimpleContent.cs
- DatePickerAutomationPeer.cs
- PlatformNotSupportedException.cs
- LineSegment.cs
- ResourceAssociationTypeEnd.cs
- KeyBinding.cs
- XmlSchemaObject.cs
- TableItemStyle.cs
- UIElementAutomationPeer.cs