An event handler for providing progress feedback.

Namespace:  RedGate.SQL.Shared
Assembly:  RedGate.SQL.Shared (in RedGate.SQL.Shared.dll)

Syntax

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

See Also