com.onlineobject.objectnet Namespace

EventReferenceSide Enumeration

Defines the sides where an event can be referenced or triggered.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public enum EventReferenceSide

Members


Member nameDescription
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.