Saves "update profile" event.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual void UpdatedProfileEvent(
	UserProfileEntity profile
)
Visual Basic
Public Overridable Sub UpdatedProfileEvent ( 
	profile As UserProfileEntity
)
Visual C++
public:
virtual void UpdatedProfileEvent(
	UserProfileEntity^ profile
)
F#
abstract UpdatedProfileEvent : 
        profile : UserProfileEntity -> unit 
override UpdatedProfileEvent : 
        profile : UserProfileEntity -> unit 

Parameters

profile
Type: UserProfileEntity
User profile.

Implements

IEventBLL..::..UpdatedProfileEvent(UserProfileEntity)

See Also