ComponentOne TileControl for WinForms
FormatValue Event

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > C1TileControl Class : FormatValue Event
Occurs when a data value has to be mapped to a tile property.
Syntax
'Declaration
 
Public Event FormatValue As System.EventHandler(Of FormatValueEventArgs)
public event System.EventHandler<FormatValueEventArgs> FormatValue
Event Data

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.

PropertyDescription
Gets the destination type for the Value property.  
Gets the data item under consideration.  
Gets the PropertyMapping object.  
Gets the property of the Tile object that is a destination for mapping.  
Gets or sets a value that will be assigned to the property of a Tile object.  
See Also