| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub LocateCredentialsEventHandler( _ ByVal sender As System.Object, _ ByVal args As LocateCredentialsEventArgs _ )  | |
| C# | |
|---|---|
public delegate void LocateCredentialsEventHandler( System.object sender, LocateCredentialsEventArgs args )  | |
Parameters
- sender
 - The source of the event.
 - args
 - LocateCredentials object that contains event data.