Wijmo UI for the Web
subscribe Method
Syntax
Javascript (Usage) 
var instance; // Type: wijmo.data.ISubscribable;
var value; // Type: ISubscription

// Parameters
var handler; // Type:  any
var context; // Type:  any

value = instance.subscribe(handler, context);
Javascript (Specification) 
function subscribe( 
   handler : any,
   context : any
) : ISubscription;

Parameters

handler
context
Browser Compatibility
7
5
5

See Also

Reference

ISubscribable Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.