The event handler for status events.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public Property Status As StatusEventHandler
C#
public StatusEventHandler Status { get; set; }
Visual C++
public:
virtual property StatusEventHandler^ Status {
	StatusEventHandler^ get () sealed;
	void set (StatusEventHandler^ value) sealed;
}

Implements

ICancellable..::.Status

See Also