DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / InvokeOnClick Method






    InvokeOnClick Method (DicomViewer)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Sub InvokeOnClick( _
       ByVal toInvoke As System.Windows.Forms.Control, _
       ByVal e As System.EventArgs _
    ) 
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim toInvoke As System.Windows.Forms.Control
    Dim e As System.EventArgs
     
    instance.InvokeOnClick(toInvoke, e)

    Parameters

    toInvoke
    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also