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