struct
Data.OnUnbind<TData>
Details of a data-model to view-model unbind event.
Implements
Type Parameters
Name | Description |
---|---|
TData | The type of data being unbound from the attached View.Visuals. |
Fields
UserData | The underlying data to unbind from the attached View.Visuals. |
View | The ItemView containing the ItemVisuals for the given UserData. |
Properties
ID | A unique identifier associated with the event. |
Receiver | The UIBlock from which the event was invoked. |
Target | An ancestor of the Receiver (or the Receiver itself) holding information pertinent to the event handler. |
Methods
Equals | Equality compare. |