DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / LogEvent Event



    LogEvent Event
    Event fires when loggable events occur
    Syntax
    'Declaration
     
    Public Event LogEvent As LogHandler
     
    'Usage
     
    Dim instance As DicomGlobal
    Dim handler As LogHandler
     
    AddHandler instance.LogEvent, handler
    Remarks
    The types of events are controlled by the EventLogLevel property
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also