C
Classes
- EventArgs
- Subclasses of EventArgs are passed to event handlers to provide the information they need to handle an event.
- Exception
- Extension of the native JavaScript
Errortype that includes a stack trace. - License
- This object is a container for the license information.
- PropertyChangedEventArgs
- Event arguments which contain information for a property-changed event.
- TimeSpan
- A structure which represents a time span.
- Workarounds
- This object is a container for all workarounds introduced for different environments.
I
Interfaces
- ICloneable
- Implemented by objects which can create a clone of themselves.
- IComparable
- Provides a method by which implementors can be compared to each other.
- IPropertyObservable
- Defines an event which is dispatched when a property changes its value.
- ListenerOptions
- Specifies options for the
addEventListenermethods.