ig.scheduler.ObservableObject
Class from which anything that notifies listeners
of a change in property value derives.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_web.js
infragistics.dv_core.js
infragistics.dv_jquerydom.js
infragistics.dv_interactivity.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
ig.scheduler.ObservableObject
Constructor- new $.ig.scheduler.ObservableObject( );
-
destroy
- .destroy( );
When implemented in a derived class, performs any cleanup operations necessary in order to release memory previously used by this object.
-
onPropertyChanged
- .onPropertyChanged( propertyName:string );
Raises the PropertyChanged event.
- propertyName
- Type:string