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