This interface provides a generic way to pass any interaction-specific data through the interaction event pipeline. See IPointable and IPointableElement for examples of how events are propogated through the interaction system.
Properties
object Data[Get]
Gets the data associated with this event.
The data type varies depending on the specific event implementation and can be cast to the appropriate type by the event handler.