Initializes a new instance of the MigrationEventArgs class.

Namespace:  Mindscape.LightSpeed.Migrations
Assembly:  Mindscape.LightSpeed.Migrations (in Mindscape.LightSpeed.Migrations.dll)
Version: 3.1.0.0 (4.0.0.0)

Syntax

C#
public MigrationEventArgs(
	Migration migration
)
Visual Basic (Declaration)
Public Sub New ( _
	migration As Migration _
)

Parameters

migration
Type: Mindscape.LightSpeed.Migrations..::.Migration
The migration to which the event pertains.

See Also