3 references to EventAuthenticate
System.Web (3)
UI\WebControls\login.cs (3)
1034
Events.AddHandler(
EventAuthenticate
, value);
1037
Events.RemoveHandler(
EventAuthenticate
, value);
1264
AuthenticateEventHandler handler = (AuthenticateEventHandler)Events[
EventAuthenticate
];