Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / StateChangeEvent.cs / 1305376 / StateChangeEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; public 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; public 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
- ReflectionServiceProvider.cs
- UrlPath.cs
- HandleTable.cs
- XmlSerializableServices.cs
- ValidationSummaryDesigner.cs
- Form.cs
- AddInControllerImpl.cs
- SchemaAttDef.cs
- TriggerCollection.cs
- ContextCorrelationInitializer.cs
- Stroke.cs
- OpenTypeLayoutCache.cs
- GridViewColumnHeaderAutomationPeer.cs
- DataMisalignedException.cs
- EmptyElement.cs
- NextPreviousPagerField.cs
- remotingproxy.cs
- FileRecordSequenceHelper.cs
- ExpressionNode.cs
- OleDbException.cs
- Route.cs
- GraphicsState.cs
- FormatConvertedBitmap.cs
- Panel.cs
- Panel.cs
- HuffmanTree.cs
- ImageKeyConverter.cs
- DirectoryInfo.cs
- InOutArgumentConverter.cs
- AxisAngleRotation3D.cs
- hwndwrapper.cs
- ParentQuery.cs
- EffectiveValueEntry.cs
- List.cs
- ZipIOFileItemStream.cs
- IndentTextWriter.cs
- WmlListAdapter.cs
- DefaultParameterValueAttribute.cs
- diagnosticsswitches.cs
- DataTableMapping.cs
- DateTimeOffsetAdapter.cs
- Marshal.cs
- PerfService.cs
- _ScatterGatherBuffers.cs
- NameNode.cs
- CallbackDebugElement.cs
- SqlCacheDependencyDatabase.cs
- AmbientEnvironment.cs
- HttpRuntimeSection.cs
- NameSpaceEvent.cs
- HostingEnvironment.cs
- LoginName.cs
- OracleDataReader.cs
- ProfileParameter.cs
- ControlPersister.cs
- XmlSchemaCollection.cs
- DrawListViewItemEventArgs.cs
- BasicHttpSecurity.cs
- CodeNamespace.cs
- XmlReader.cs
- Profiler.cs
- SyntaxCheck.cs
- EditingCommands.cs
- WindowsAuthenticationEventArgs.cs
- ApplicationHost.cs
- NoPersistScope.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- GridViewEditEventArgs.cs
- HttpHeaderCollection.cs
- itemelement.cs
- ProviderManager.cs
- _NtlmClient.cs
- DelegateSerializationHolder.cs
- CodeDirectiveCollection.cs
- BamlRecordHelper.cs
- QueryCacheManager.cs
- MultiBindingExpression.cs
- ObjectConverter.cs
- DbTransaction.cs
- TimeSpanStorage.cs
- XmlTypeMapping.cs
- HwndSubclass.cs
- ClientRolePrincipal.cs
- HistoryEventArgs.cs
- LinkClickEvent.cs
- __Filters.cs
- GeneralTransformGroup.cs
- ClassHandlersStore.cs
- WeakReferenceKey.cs
- ExpressionBinding.cs
- SqlRowUpdatedEvent.cs
- RelationshipType.cs
- CustomCredentialPolicy.cs
- FrameworkElementFactoryMarkupObject.cs
- DoubleStorage.cs
- DataControlFieldHeaderCell.cs
- XPathQilFactory.cs
- XmlDataProvider.cs
- SortableBindingList.cs
- SpellCheck.cs