GroupClaimCollection.OnRemoveComplete Method (Int32, Object)

 

Performs additional custom processes after removing an element from the GroupClaimCollection instance.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

protected override void OnRemoveComplete(
    int index,
    object obj
)
protected:
virtual void OnRemoveComplete(
    int index,
    Object^ obj
) override
override OnRemoveComplete : 
        index:int *
        obj:Object -> unit
Protected Overrides Sub OnRemoveComplete (
    index As Integer,
    obj As Object
)

Parameters

  • index
    Type: System.Int32

    The zero-based index at which value can be found.

See Also

GroupClaimCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top