Visual Basic (Declaration) | |
---|---|
Public Delegate Sub CredentialsDialog.OkWasClicked( _ ByVal credentials As NetworkCredential _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As New CredentialsDialog.OkWasClicked(AddressOf HandlerMethod) |
C# | |
---|---|
public delegate void CredentialsDialog.OkWasClicked( NetworkCredential credentials ) |
C++/CLI | |
---|---|
public delegate void CredentialsDialog.OkWasClicked( NetworkCredential^ credentials ) |
Parameters
- credentials
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2