Contains the group data returned from the data server
| C# |
public class DirGroupsReplyEventArgs : EventArgs
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| DirGroupsReplyEventArgs(UUID, List<(Of <(DirectoryManager..::.GroupSearchData>)>)) | Construct a new instance of the DirGroupsReplyEventArgs class | |
| MatchedGroups | A list containing Groups data returned by the data server | |
| QueryID | The ID returned by StartGroupSearch(String, Int32) |