The Event triggered when a manual unauthentication is completed.
(Doesn't include the scenario where the session times out by itself,
since if there is no user inprocess session, ASP.NET doesn't know when a session has timed out.)
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
event EventHandler<CartellaUnauthenticationEventArgs> Unauthenticated |
| Visual Basic |
|---|
Event Unauthenticated As EventHandler(Of CartellaUnauthenticationEventArgs) |
| Visual C++ |
|---|
event EventHandler<CartellaUnauthenticationEventArgs^>^ Unauthenticated {
void add (EventHandler<CartellaUnauthenticationEventArgs^>^ value);
void remove (EventHandler<CartellaUnauthenticationEventArgs^>^ value);
} |
Field Value
EventHandler<CartellaUnauthenticationEventArgs>
See Also