Compartilhar via


AvailableEvent Constructor

Initializes a new instance of the AvailableEvent structure.

Namespace: Microsoft.SpecExplorer.Runtime.Testing
Assembly: Microsoft.SpecExplorer.Runtime (in Microsoft.SpecExplorer.Runtime.dll)

Usage

'Usage

Syntax

'Declaration
public AvailableEvent (
    EventInfo eventInfo,
    Object target,
    Object[] parameters
)

Parameters

  • eventInfo
    The reflection information for the event.
  • target
    The object that raised the event; or null, for a static event or an event raised by the adapter.
  • parameters
    The parameter list for the event.

Platforms

Development Platforms

Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP SP2 or later, Microsoft Windows Server 2008, Microsoft Windows Server 2003

See Also

Reference

AvailableEvent Structure
AvailableEvent Members
Microsoft.SpecExplorer.Runtime.Testing Namespace