Assembly: Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Sub BindEvents ( _ eventSource As Object _ ) |
| C# |
|---|
void BindEvents( Object eventSource ) |
| Visual C++ |
|---|
void BindEvents( Object^ eventSource ) |
| JavaScript |
|---|
function bindEvents(eventSource); |
Parameters
- eventSource
- Type: System..::.Object