Gets the size of the container.
The value returned here is the true size of the container, which may be larger than the size of the container window that you have subscribed to.
The value returned here is useful for sizing the scroll bars of a data view showing the elements within a container.
The size of the container.
Returns whether this was an image event or an update event.
If this method returns true, all data for the subject is contained within this event; you should therefore clear the application's caches of any current data for the subject of this event before refreshing them with the new data.
true if this event contains all data for the subject (an "image"), false if the event contains only some of the data (an "update").
Update your implementation of ContainerModel with the contents of this ContainerEvent.
Your implementation of ContainerModel that should be updated with the contents of this ContainerEvent.
Generated using TypeDoc
Name
ContainerEvent