ActiveProfileChangedEventArgs Constructor
public ActiveProfileChangedEventArgs(string previousActiveProfileId,
string currentActiveProfileId);
Parameters
| previousActiveProfileId | Previous active profile ID. | |
| currentActiveProfileId | Current active profile ID. |
Description 描述
Initializes a new instance of the ActiveProfileChangedEventArgs struct using the specified previous active profile ID and current active profile ID.