[]
        
(Showing Draft Content)

C1.Win.C1Tile.CompareTilesEventArgs

CompareTilesEventArgs Class

Provides data for CompareTiles event.

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

Constructors

Name Description
CompareTilesEventArgs()

Initializes a new instance of a CompareTilesEventArgs.

Properties

Name Description
Result

Gets or sets a signed integer that indicates the relative values of Tile1 and Tile2 as follow: less than 0 (if Tile1 is less than Tile2), zero (if Tile1 equals Tile2), greater than zero (if Tile1 is greater than Tile2).

Tile1

Gets the first tile to compare.

Tile2

Gets the second tile to compare.