PFApplicationEventsUser_Created Method |
This method is executed when a new PFUser is created.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public virtual void User_Created(
PFUser user
)
Parameters
- user
- Type: Packflow.CorePFUser
The user.
See Also