Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SAConnection オブジェクトのステータスが変わると発生します。
Public Event StateChange As StateChangeEventHandler
public event override StateChangeEventHandler StateChange;
イベントハンドラーは、このイベントに関するデータが含まれるタイプ StateChangeEventArgs の引数を受け取ります。次の StateChangeEventArgs プロパティは、このイベントに固有の情報 (CurrentState および OriginalState) を提供します。
詳細については、.NET Framework のマニュアルの OleDbConnection.StateChange イベントを参照してください。