Click or drag to resize

EventBean Properties

The EventBean type exposes the following members.

Properties
  NameDescription
Public propertyEventType
Return the instance that describes the set of properties available for this event.
Public propertyItem
Returns the value of an event property for the given property name or property expression.

Returns null if the property value is null. Throws an exception if the expression is not valid against the event type.

The method takes a property name or property expression as a parameter. Property expressions may include indexed properties via the syntax "name[index]", mapped properties via the syntax "name('key')", nested properties via the syntax "outer.inner" or combinations thereof.

Public propertyUnderlying
Get the underlying data object to this event wrapper.
Top
See Also