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