1 instantiation of ProfileMigrateEventArgs
System.Web (1)
Profile\ProfileModule.cs (1)
128
ProfileMigrateEventArgs e = new
ProfileMigrateEventArgs
(context, context.Request.AnonymousID);
2 references to ProfileMigrateEventArgs
System.Web (2)
Profile\ProfileModule.cs (2)
128
ProfileMigrateEventArgs
e = new ProfileMigrateEventArgs(context, context.Request.AnonymousID);
280
public delegate void ProfileMigrateEventHandler(Object sender,
ProfileMigrateEventArgs
e);