CredentialCommandCredentialDeletedHandler Delegate

Definition

Represents the method that's invoked by the account settings pane when the user deletes a credential.

public delegate void CredentialCommandCredentialDeletedHandler(CredentialCommand ^ command);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1640030597, 2423, 18040, 180, 226, 152, 114, 122, 251, 238, 217)]
class CredentialCommandCredentialDeletedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1640030597, 2423, 18040, 180, 226, 152, 114, 122, 251, 238, 217)]
public delegate void CredentialCommandCredentialDeletedHandler(CredentialCommand command);
var credentialCommandCredentialDeletedHandlerHandler = function(command){
/* Your code */
}
Public Delegate Sub CredentialCommandCredentialDeletedHandler(command As CredentialCommand)

Parameters

command
CredentialCommand

The credential command that corresponds with the delegate.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to

See also