C# Class System.Data.StateChangeEventArgs

Inheritance: EventArgs
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
StateChangeEventArgs ( ConnectionState originalState, ConnectionState currentState )

Method Details

StateChangeEventArgs() public method

public StateChangeEventArgs ( ConnectionState originalState, ConnectionState currentState )
originalState ConnectionState
currentState ConnectionState