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






In This Topic
    OnDragEnter Method (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub OnDragEnter( _
       ByVal drgevent As System.Windows.Forms.DragEventArgs _
    ) 
    'Usage
     
    
    Dim instance As DicomViewer
    Dim drgevent As System.Windows.Forms.DragEventArgs
     
    instance.OnDragEnter(drgevent)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected virtual void OnDragEnter( 
       System.Windows.Forms.DragEventArgs drgevent
    )
    protected procedure OnDragEnter( 
        drgevent: System.Windows.Forms.DragEventArgs
    ); virtual; 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    protected function OnDragEnter( 
       drgevent : System.Windows.Forms.DragEventArgs
    );
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected: virtual void OnDragEnter( 
       System.Windows.Forms.DragEventArgs* drgevent
    ) 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected:
    virtual void OnDragEnter( 
       System.Windows.Forms.DragEventArgs^ drgevent
    ) 

    Parameters

    drgevent
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also