DicomObjects.NET.8.48 Documentation
DicomObjects.Delegates Namespace / MakeControlHandler Delegate
The MakeControlArgs class






    MakeControlHandler Delegate
    Delegate for the "MakeControl" event of a DicomObjects.DicomViewer
    Syntax
    'Declaration
     
    
    Public Delegate Function MakeControlHandler( _
       ByVal e As MakeControlArgs _
    ) As System.Windows.Forms.Control
     
    'Usage
     
    
    Dim instance As New MakeControlHandler(AddressOf HandlerMethod)

    Parameters

    e
    The MakeControlArgs class
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also