MRUSecurityTokenCache.Changed Event
Occurs when security tokens are added or removed from the cache.
Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
No usage available.
Syntax
'Declaration
Public NotOverridable Event Changed As EventHandler
public sealed event EventHandler Changed;
public:
event EventHandler^ Changed;
public final void add_Changed(EventHandler handler);
public final void remove_Changed(EventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
MRUSecurityTokenCache Class
MRUSecurityTokenCache Members
Microsoft.Web.Services3.Security.Tokens Namespace