Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

90 lines
4.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="StateChangeEventArgs" FullName="System.Data.StateChangeEventArgs">
<TypeSignature Language="C#" Maintainer="auto" Value="public sealed class StateChangeEventArgs : EventArgs" />
<AssemblyInfo>
<AssemblyName>System.Data</AssemblyName>
<AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
<AssemblyVersion>1.0.3300.0</AssemblyVersion>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
<Base>
<BaseTypeName>System.EventArgs</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The data is used by the StateChange property of the <see cref="T:System.Data.OleDb.OleDbConnection" /> and the StateChange property of the <see cref="T:System.Data.SqlClient.SqlConnection" />.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides data for the state change event of a .NET Framework data provider.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public StateChangeEventArgs (System.Data.ConnectionState originalState, System.Data.ConnectionState currentState);" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters>
<Parameter Name="originalState" Type="System.Data.ConnectionState" />
<Parameter Name="currentState" Type="System.Data.ConnectionState" />
</Parameters>
<Docs>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Data.StateChangeEventArgs" /> class, when given the original state and the current state of the object.</para>
</summary>
<param name="originalState">
<attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Data.ConnectionState" /> values. </param>
<param name="currentState">
<attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Data.ConnectionState" /> values. </param>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="CurrentState">
<MemberSignature Language="C#" Value="public System.Data.ConnectionState CurrentState { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Data.ConnectionState</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'ConnectionState'</value>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the new state of the connection. The connection object will be in the new state already when the event is fired.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="OriginalState">
<MemberSignature Language="C#" Value="public System.Data.ConnectionState OriginalState { get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Data.ConnectionState</ReturnType>
</ReturnValue>
<Docs>
<value>To be added: an object of type 'ConnectionState'</value>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the original state of the connection.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>