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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also