Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Windows Namespace / LiveLogViewer Class / MessageChanged Event

In This Topic
    MessageChanged Event
    In This Topic
    This event gets raised when the status message changes (most recent non-verbose caption).
    Syntax
    'Declaration
     
    
    Public Event MessageChanged As MessageChangedEventHandler
    public event MessageChangedEventHandler MessageChanged
    Event Data

    The event handler receives an argument of type MessageChangedEventArgs containing data related to this event. The following MessageChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Get the new Message string property from this event.  
    Remarks
    The LiveLogViewer tracks a status message for the session based on the Caption of the most recent log message whose severity is greater than Verbose. This event is fired when a new message of severity Information or greater is received by the LiveLogViewer, and the MessageChangedEventArgs contains will contain a Message property with the new status message.
    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