Méthode | Description | |
---|---|---|
CheckinGroupEventArg ( System.Guid groupGuid ) : System |
Initializes a new instance of the CheckinGroupEventArg class.
|
|
CheckinGroupEventArg ( System.Guid groupGuid, string dataKey, int oldIndex, int newIndex ) : System |
Initializes a new instance of the CheckinGroupEventArg class.
|
public CheckinGroupEventArg ( System.Guid groupGuid ) : System | ||
groupGuid | System.Guid | The check-in group unique identifier. |
Résultat | System |
public CheckinGroupEventArg ( System.Guid groupGuid, string dataKey, int oldIndex, int newIndex ) : System | ||
groupGuid | System.Guid | The check-in group unique identifier. |
dataKey | string | The check-in group location Id. |
oldIndex | int | The old index. |
newIndex | int | The new index. |
Résultat | System |