1 instantiation of ProfileAutoSaveEventArgs
System.Web (1)
Profile\ProfileModule.cs (1)
142
ProfileAutoSaveEventArgs args = new
ProfileAutoSaveEventArgs
(context);
2 references to ProfileAutoSaveEventArgs
System.Web (2)
Profile\ProfileModule.cs (2)
142
ProfileAutoSaveEventArgs
args = new ProfileAutoSaveEventArgs(context);
296
public delegate void ProfileAutoSaveEventHandler(Object sender,
ProfileAutoSaveEventArgs
e);