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