ArcGIS Runtime SDK for WPF - Library Reference
Callback Property
See Also 
ESRI.ArcGIS.Client.Toolkit Namespace > SignInDialog Class : Callback Property

Gets or sets the callback that is called when the token generation is done (maybe by user cancellation)

Syntax

Visual Basic (Declaration) 
Public Property Callback As Action(Of IdentityManager.Credential,Exception)
C# 
public Action<IdentityManager.Credential,Exception> Callback {get; set;}

Property Value

The callback.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.