IPWorks Auth 2020 .NET Edition

Questions / Feedback?

GroupList Event

Fired for each group entry returned.

Syntax

public event OnGroupListHandler OnGroupList;

public delegate void OnGroupListHandler(object sender, ActivedirectoryGroupListEventArgs e);

public class ActivedirectoryGroupListEventArgs : EventArgs {
  public string name { get; }
  public string description { get; }
  public string dn { get; }
}
Public Event OnGroupList As OnGroupListHandler

Public Delegate Sub OnGroupListHandler(sender As Object, e As ActivedirectoryGroupListEventArgs)

Public Class ActivedirectoryGroupListEventArgs Inherits EventArgs
  Public ReadOnly Property name As String
  Public ReadOnly Property description As String
  Public ReadOnly Property dn As String
End Class

Remarks

This event is fired once for each group entry returned when either of the ListGroups or ListUserGroups methods are called.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 .NET Edition - Version 20.0 [Build 8155]