Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Performs additional custom processes after inserting a new element into the ADGroupGenerationCollection instance.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
protected override void OnInsertComplete(
int index,
object obj
)
protected:
virtual void OnInsertComplete(
int index,
Object^ obj
) override
override OnInsertComplete :
index:int *
obj:Object -> unit
Protected Overrides Sub OnInsertComplete (
index As Integer,
obj As Object
)
Parameters
index
Type: System.Int32The zero-based index at which to insert the element.
obj
Type: System.ObjectThe element to insert.
See Also
ADGroupGenerationCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top