[]
Provides data for FormatValue event.
public class FormatValueEventArgs : EventArgs
Name | Description |
---|---|
FormatValueEventArgs(PropertyMapping) | Initializes a new instance of a FormatValueEventArgs. |
Name | Description |
---|---|
DestinationType | Gets the destination type for the Value property. |
Item | Gets the data item under consideration. |
Mapping | Gets the PropertyMapping object. |
TileProperty | Gets the property of the Tile object that is a destination for mapping. |
Value | Gets or sets a value that will be assigned to the property of a Tile object. |