See Also

RedGate.SQL.Shared Namespace

Requirements

Namespace: RedGate.SQL.Shared

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

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

Language

Visual Basic

C#

C++

C++/CLI

Show All

sender
The source of the event.
e
A StatusEventArgs that contains the event data.
See Also Requirements Languages RedGate.SQL.Shared Send comments on this topic.

StatusEventHandler Delegate

RedGate.SQL.Shared Namespace : StatusEventHandler Delegate

The delegate for status events.

[Visual Basic]
Public Delegate Sub StatusEventHandler( _    ByVal sender As Object, _    ByVal e As StatusEventArgs _ )
[C#]
public delegate void StatusEventHandler(    object sender,    StatusEventArgs e );
[C++]
public: __gc __delegate void StatusEventHandler(    Object* sender,    StatusEventArgs* e )
[C++/CLI]
public delegate void StatusEventHandler(    Object^ sender,    StatusEventArgs^ e )

Parameters

sender
The source of the event.
e
A StatusEventArgs that contains the event data.

Requirements

Namespace: RedGate.SQL.Shared

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

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

See Also

RedGate.SQL.Shared Namespace

 

 


© 2003 - 2007 Red Gate Software Ltd. All Rights Reserved.