[]
        
(Showing Draft Content)

C1.Win.C1Tile.CompareGroupsEventArgs

CompareGroupsEventArgs Class

Provides data for CompareGroups event.

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

Constructors

Name Description
CompareGroupsEventArgs()

Initializes a new instance of a CompareGroupsEventArgs.

Properties

Name Description
Group1

Gets the first group to compare.

Group2

Gets the second group to compare.

Result

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