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