DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / DragLeave Event






In This Topic
    DragLeave Event (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatDragDrop")>
    <SRDescriptionAttribute("ControlOnDragLeaveDescr")>
    Public Event DragLeave As System.EventHandler
    'Usage
     
    
    Dim instance As DicomViewer
    Dim handler As System.EventHandler
     
    AddHandler instance.DragLeave, handler
    [SRCategory("CatDragDrop")]
    [SRDescription("ControlOnDragLeaveDescr")]
    public event System.EventHandler DragLeave
    public event DragLeave: System.EventHandler; 
    In JScript, you can handle the events defined by another class, but you cannot define your own.
    [SRCategory("CatDragDrop")]
    [SRDescription("ControlOnDragLeaveDescr")]
    public: __event System.EventHandler* DragLeave
    [SRCategory("CatDragDrop")]
    [SRDescription("ControlOnDragLeaveDescr")]
    public:
    event System.EventHandler^ DragLeave
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also