class TableManagerStatusChangedEventArgs
Parents | |
System.EventArgs |
Brief
The argument of the TableManagerStatusChanged
event.
Details
TableManagerStatusChangedEventArgs
is used when there is a subscription to
O2GSession
.TableManagerStatusChanged
event:
using TableManagerStatusChangedEventArgs [hide]
session.TableManagerStatusChanged += new EventHandler<TableManagerStatusChangedEventArgs>(session_tableManagerStatusChanged); //... static void session_tableManagerStatusChanged(object sender, TableManagerStatusChangedEventArgs e) { O2GTableManagerStatus status = e.Status; //... }
The type defined in the fxcore2.dll
assembly.
The namespace is fxcore2
.
Public Properties | |
Status of table manager. |
|
Table manager. |
Public Constructors | |
Constructor. |