dundas.EventDisposable Class

 

Inheritance Hierarchy

 
Class
   dundas.EventDisposable
      dundas.Command
      dundas.controls.CheckboxList
      dundas.controls.CheckboxListItem
      dundas.controls.CollectionInput
      dundas.controls.FocusableControl
      dundas.controls.GridTemplateAdorner
      dundas.controls.Guideline
      dundas.controls.LabelExplorer
      dundas.controls.LabelManager
      dundas.controls.LayerElementExplorer
      dundas.controls.LayerExplorer
      dundas.controls.LayerManager
      dundas.controls.MultipleObjectDescriptor
      dundas.controls.NotifiedViewModel
      dundas.controls.ObjectDescriptor
      dundas.controls.RulerAdorner
      dundas.controls.ScriptEditorContext
      dundas.controls.SelectionAdorner
      dundas.controls.SimpleRepeater
      dundas.controls.Taskbar
      dundas.controls.Transaction
      dundas.controls.TransactionFactory
      dundas.PropertyDescriptor
      dundas.ui.Tab
      dundas.UIContextFocus
 

Constructors

 
  Name Description
init Create an instance of EventDisposable.
 
 

Properties

 
  Name Description
isDisposed Gets a value indicating whether this instance has been disposed.
uiCache Gets the UI cache table
 
 

Methods

 
  Name Description
bind Bind an event to this class object.
dispose Performs tasks associated with releasing resources from this object once it is unneeded.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
raiseBindEvent Fire the event specified with eventName, or subscribe a handler.
subscribe Subscribe or unsubscribe an event handler for an event.
subscribeDisposed Subscribe to the disposed event.
subscribeOnce Subscribe a one time event handler for an event.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
trigger Raise an event.
unbind Unsubscribe an event. if handler is specified, unsubscribe that handler. if no parameters are specified, unbind everything.
unbindAll unsubscribe all events.