![]() |
![]() |
[ Bottom of Page | Previous Page | Next Page | Contents | Index ]
The following methods help you to express functions for events configuration.
Object.DefineEvent(EventName As String,_
NumAttrs As String, StrAttrs As String)
Visual Basic example: | |
Svc.DefineEvent "MyEvent" , "numAttr1,numAttr2", "strAttr1,strAttr2" |
|
JavaScript example: | |
Svc.DefineEvent("MyEvent" , "numAttr1,numAttr2", "strAttr1,strAttr2"); |
[ Top of Page | Previous Page | Next Page | Contents | Index ]