Miner.Data.Access Namespace > DataSource Class : AnnotateTable Event |
'Declaration
Public Event AnnotateTable As AnnotateTableEventHandler
'Usage
Dim instance As DataSource Dim handler As AnnotateTableEventHandler AddHandler instance.AnnotateTable, handler
public event AnnotateTableEventHandler AnnotateTable
public event AnnotateTable: AnnotateTableEventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event AnnotateTableEventHandler* AnnotateTable
public: event AnnotateTableEventHandler^ AnnotateTable
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