XdsObjects Help file
XdsObjects Namespace / XdsGlobal Class / LogEvent Event



In This Topic
    LogEvent Event
    In This Topic
    Event fires when loggable events occur
    Syntax
    Public Event LogEvent As XdsGlobal.LogHandler
    Dim instance As XdsGlobal
    Dim handler As XdsGlobal.LogHandler
     
    AddHandler instance.LogEvent, handler
    public event XdsGlobal.LogHandler LogEvent
    public:
    event XdsGlobal.LogHandler^ LogEvent
    Remarks
    The types of events are controlled by the EventLogLevel property
    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