Problem with backgroundworker and System.ComponentModel.EventHandlerList
Hi to all,
i'm in the need to retrive the elements Events.head.handler.Target from a System.ComponentModel.BackgroundWorker.
Events is a System.ComponentModel.EventHandlerList
head is a System.ComponentModel.EventHandlerList.ListEntry
When i try to access events (that is System.ComponentModel.EventHandlerList) the system give the following error:
ReadOn|y Property System.ComponentModel.Component.Events As System.ComponentModel|.EventHandlerList
Gets the list of event handlers associated with this System.ComponentModel.Component
values obtained:
Un System.ComponentModel.EventHandlerList which provides delegates for this component.
BC30389: ‘System.ComponentModel.Component.Events' it is not accessible in this context because it is 'Protected'.
Thank in advance.