'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