Delegate used to raise the ClaimsPresented event. The event includes a reference to the claims instance which provides information from the information card which was presented.
[Visual Basic] Public Delegate Sub ClaimsPresentedEventHandler( _ ByVal Object As Object, _ ByVal ClaimsPresentedEventArgs As ClaimsPresentedEventArgs _ )