MouseCaptureChanged Event (DicomViewer)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatAction")>
<SRDescriptionAttribute("ControlOnMouseCaptureChangedDescr")>
Public Event MouseCaptureChanged As System.EventHandler
'Usage
Dim instance As DicomViewer
Dim handler As System.EventHandler
AddHandler instance.MouseCaptureChanged, handler
[SRCategory("CatAction")]
[SRDescription("ControlOnMouseCaptureChangedDescr")]
public event System.EventHandler MouseCaptureChanged
public event MouseCaptureChanged: System.EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
[SRCategory("CatAction")]
[SRDescription("ControlOnMouseCaptureChangedDescr")]
public: __event System.EventHandler* MouseCaptureChanged
[SRCategory("CatAction")]
[SRDescription("ControlOnMouseCaptureChangedDescr")]
public:
event System.EventHandler^ MouseCaptureChanged
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also