ActionObject Class

RxJS

Namespace:  System
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
System.ActionObject = function();

Type.createClass(
	'System.ActionObject',
	MulticastDelegate);

Inheritance Hierarchy

System..::.Object
  System..::.Delegate
    System..::.MulticastDelegate
      System..::.ActionObject

See Also