| C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > C1TileControl Class : FormatValue Event |
'Declaration Public Event FormatValue As System.EventHandler(Of FormatValueEventArgs)
public event System.EventHandler<FormatValueEventArgs> FormatValue
The event handler receives an argument of type FormatValueEventArgs containing data related to this event. The following FormatValueEventArgs properties provide information specific to this event.
| Property | 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. |