EventReferenceSide Enumeration
Defines the sides where an event can be referenced or triggered.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Members
Member name | Description | |
---|---|---|
ServerSide | Indicates that the event is referenced or triggered only on the server side. | |
ClientSide | Indicates that the event is referenced or triggered only on the client side. | |
BothSides | Indicates that the event is referenced or triggered on both the server and client sides. |