[]
        
(Showing Draft Content)

C1.Win.C1Tile.FormatValueEventArgs

FormatValueEventArgs Class

Provides data for FormatValue event.

Inheritance
FormatValueEventArgs
Namespace: C1.Win.C1Tile
Assembly: C1.Win.C1TileControl.4.8.dll
Syntax
public class FormatValueEventArgs : EventArgs

Constructors

Name Description
FormatValueEventArgs(PropertyMapping)

Initializes a new instance of a FormatValueEventArgs.

Properties

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.