DicomObjects.NET.8.48 Documentation
DicomObjects.Delegates Namespace / LogHandler Delegate
The event details






    LogHandler Delegate
    Delegate for the LogEvent Event
    Syntax
    'Declaration
     
    
    Public Delegate Sub LogHandler( _
       ByVal e As LogEventArgs _
    ) 
     
    'Usage
     
    
    Dim instance As New LogHandler(AddressOf HandlerMethod)

    Parameters

    e
    The event details
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also