Xceed Grid for WinForms v4.3 Documentation
Events Property (CellViewerManager)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > CellViewerManager Class : Events Property
Gets a list of the events to which the CellViewerManager is subscribed.
Syntax
'Declaration
 
Protected ReadOnly Property Events As EventHandlerTable
'Usage
 
Dim instance As CellViewerManager
Dim value As EventHandlerTable
 
value = instance.Events
protected EventHandlerTable Events {get;}

Property Value

A reference to a Xceed.Grid.Collections.EventHandlerTable containing a list of events to which the CellViewerManager is subscribed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellViewerManager Class
CellViewerManager Members