MakeControlHandler Delegate
In This Topic
Delegate for the "MakeControl" event of a
DicomObjects.DicomViewer
Syntax
'Declaration
Public Delegate Function MakeControlHandler( _
ByVal As MakeControlArgs _
) As System.Windows.Forms.Control
'Usage
Dim instance As New MakeControlHandler(AddressOf HandlerMethod)
public delegate System.Windows.Forms.Control MakeControlHandler(
MakeControlArgs
)
public delegate MakeControlHandler(
: MakeControlArgs
);
public delegate MakeControlHandler(
: MakeControlArgs
) : System.Windows.Forms.Control
public: __gc __delegate System.Windows.Forms.Control* MakeControlHandler(
MakeControlArgs*
)
public delegate System.Windows.Forms.Control^ MakeControlHandler(
MakeControlArgs^
)
Parameters
- e
- The MakeControlArgs class
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also