DicomObjects.NET.V8
DicomObjects.Delegates Namespace / MakeControlHandler Delegate
The MakeControlArgs class



In This Topic
    MakeControlHandler Delegate
    In This Topic
    Delegate for the "MakeControl" event of a DicomObjects.DicomViewer
    Syntax
    'Declaration
     
    Public Delegate Function MakeControlHandler( _
       ByVal e As MakeControlArgs _
    ) As Control
    'Usage
     
    Dim instance As New MakeControlHandler(AddressOf HandlerMethod)
    public delegate Control MakeControlHandler( 
       MakeControlArgs e
    )
    public delegate Control^ MakeControlHandler( 
       MakeControlArgs^ e
    )

    Parameters

    e
    The MakeControlArgs class
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also