ViewEvent Operators and Type Conversions

Include Protected Members
Include Inherited Members

The ViewEvent type exposes the following members.

Operators

  Name Description
Public operatorStatic member Addition Creates a view event set by performing an addition operation on two ViewEvent objects.
Public operatorStatic member BitwiseOr Creates a view event set by performing a bitwise OR operation on two ViewEvent objects.
Public operatorStatic member Equality Creates a view event set by performing an equality operation on two ViewEvent objects.
Public operatorStatic member Implicit(ViewEvent to ViewEventSet) Casts a single view event as a view event set.
Public operatorStatic member Inequality Creates a view event set by performing an inequality operation on two ViewEvent objects.

Top