Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / LogEventEventHandler Delegate
The object that raised the event
Information on the log event that the event refers to

In This Topic
    LogEventEventHandler Delegate
    In This Topic
    Event handler delegate for Log Event events
    Syntax
    'Declaration
     
    
    Public Delegate Sub LogEventEventHandler( _
       ByVal state As Object, _
       ByVal e As LogEventEventArgs _
    ) 
    public delegate void LogEventEventHandler( 
       object state,
       LogEventEventArgs e
    )

    Parameters

    state
    The object that raised the event
    e
    Information on the log event that the event refers to
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also