Show / Hide Table of Contents

Class EventManager

Inheritance
object
ServiceLocator<IEventManager, EventManager>
EventManager
Implements
IEventManager
Inherited Members
ServiceLocator<IEventManager, EventManager>.SetTestableInstance(IEventManager)
ServiceLocator<IEventManager, EventManager>.ClearInstance()
ServiceLocator<IEventManager, EventManager>.GetFactory()
ServiceLocator<IEventManager, EventManager>.Instance
ServiceLocator<IEventManager, EventManager>.Factory
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities
Assembly: DotNetNuke.dll
Syntax
public class EventManager : ServiceLocator<IEventManager, EventManager>, IEventManager

Constructors

EventManager()

Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.1. Use overload taking IEventLogger. Scheduled removal in v11.0.0.")]
public EventManager()

EventManager(IEventLogger)

Declaration
public EventManager(IEventLogger eventLogger)
Parameters
Type Name Description
IEventLogger eventLogger

Methods

GetFactory()

Declaration
protected override Func<IEventManager> GetFactory()
Returns
Type Description
Func<IEventManager>
Overrides
ServiceLocator<IEventManager, EventManager>.GetFactory()

OnFileAdded(FileAddedEventArgs)

Declaration
public virtual void OnFileAdded(FileAddedEventArgs args)
Parameters
Type Name Description
FileAddedEventArgs args

OnFileChanged(FileChangedEventArgs)

Declaration
public virtual void OnFileChanged(FileChangedEventArgs args)
Parameters
Type Name Description
FileChangedEventArgs args

OnFileDeleted(FileDeletedEventArgs)

Declaration
public virtual void OnFileDeleted(FileDeletedEventArgs args)
Parameters
Type Name Description
FileDeletedEventArgs args

OnFileDownloaded(FileDownloadedEventArgs)

Declaration
public virtual void OnFileDownloaded(FileDownloadedEventArgs args)
Parameters
Type Name Description
FileDownloadedEventArgs args

OnFileMetadataChanged(FileChangedEventArgs)

Declaration
public virtual void OnFileMetadataChanged(FileChangedEventArgs args)
Parameters
Type Name Description
FileChangedEventArgs args

OnFileMoved(FileMovedEventArgs)

Declaration
public virtual void OnFileMoved(FileMovedEventArgs args)
Parameters
Type Name Description
FileMovedEventArgs args

OnFileOverwritten(FileChangedEventArgs)

Declaration
public virtual void OnFileOverwritten(FileChangedEventArgs args)
Parameters
Type Name Description
FileChangedEventArgs args

OnFileRenamed(FileRenamedEventArgs)

Declaration
public virtual void OnFileRenamed(FileRenamedEventArgs args)
Parameters
Type Name Description
FileRenamedEventArgs args

OnFolderAdded(FolderChangedEventArgs)

Declaration
public virtual void OnFolderAdded(FolderChangedEventArgs args)
Parameters
Type Name Description
FolderChangedEventArgs args

OnFolderDeleted(FolderDeletedEventArgs)

Declaration
public virtual void OnFolderDeleted(FolderDeletedEventArgs args)
Parameters
Type Name Description
FolderDeletedEventArgs args

OnFolderMoved(FolderMovedEventArgs)

Declaration
public virtual void OnFolderMoved(FolderMovedEventArgs args)
Parameters
Type Name Description
FolderMovedEventArgs args

OnFolderRenamed(FolderRenamedEventArgs)

Declaration
public virtual void OnFolderRenamed(FolderRenamedEventArgs args)
Parameters
Type Name Description
FolderRenamedEventArgs args

OnFollowRequested(RelationshipEventArgs)

Declaration
public virtual void OnFollowRequested(RelationshipEventArgs args)
Parameters
Type Name Description
RelationshipEventArgs args

OnFriendshipAccepted(RelationshipEventArgs)

Declaration
public virtual void OnFriendshipAccepted(RelationshipEventArgs args)
Parameters
Type Name Description
RelationshipEventArgs args

OnFriendshipDeleted(RelationshipEventArgs)

Declaration
public virtual void OnFriendshipDeleted(RelationshipEventArgs args)
Parameters
Type Name Description
RelationshipEventArgs args

OnFriendshipRequested(RelationshipEventArgs)

Declaration
public virtual void OnFriendshipRequested(RelationshipEventArgs args)
Parameters
Type Name Description
RelationshipEventArgs args

OnModuleCreated(ModuleEventArgs)

Declaration
public virtual void OnModuleCreated(ModuleEventArgs args)
Parameters
Type Name Description
ModuleEventArgs args

OnModuleDeleted(ModuleEventArgs)

Declaration
public virtual void OnModuleDeleted(ModuleEventArgs args)
Parameters
Type Name Description
ModuleEventArgs args

OnModuleRemoved(ModuleEventArgs)

Declaration
public virtual void OnModuleRemoved(ModuleEventArgs args)
Parameters
Type Name Description
ModuleEventArgs args

OnModuleUpdated(ModuleEventArgs)

Declaration
public virtual void OnModuleUpdated(ModuleEventArgs args)
Parameters
Type Name Description
ModuleEventArgs args

OnPortalCreated(PortalCreatedEventArgs)

Declaration
public virtual void OnPortalCreated(PortalCreatedEventArgs args)
Parameters
Type Name Description
PortalCreatedEventArgs args

OnPortalSettingUpdated(PortalSettingUpdatedEventArgs)

Declaration
public virtual void OnPortalSettingUpdated(PortalSettingUpdatedEventArgs args)
Parameters
Type Name Description
PortalSettingUpdatedEventArgs args

OnPortalTemplateCreated(PortalTemplateEventArgs)

Declaration
public virtual void OnPortalTemplateCreated(PortalTemplateEventArgs args)
Parameters
Type Name Description
PortalTemplateEventArgs args

OnProfileUpdated(ProfileEventArgs)

Declaration
public virtual void OnProfileUpdated(ProfileEventArgs args)
Parameters
Type Name Description
ProfileEventArgs args

OnRoleCreated(RoleEventArgs)

Declaration
public virtual void OnRoleCreated(RoleEventArgs args)
Parameters
Type Name Description
RoleEventArgs args

OnRoleDeleted(RoleEventArgs)

Declaration
public virtual void OnRoleDeleted(RoleEventArgs args)
Parameters
Type Name Description
RoleEventArgs args

OnRoleJoined(RoleEventArgs)

Declaration
public virtual void OnRoleJoined(RoleEventArgs args)
Parameters
Type Name Description
RoleEventArgs args

OnRoleLeft(RoleEventArgs)

Declaration
public virtual void OnRoleLeft(RoleEventArgs args)
Parameters
Type Name Description
RoleEventArgs args

OnRoleUpdated(RoleEventArgs)

Declaration
public virtual void OnRoleUpdated(RoleEventArgs args)
Parameters
Type Name Description
RoleEventArgs args

OnTabCreated(TabEventArgs)

Declaration
public virtual void OnTabCreated(TabEventArgs args)
Parameters
Type Name Description
TabEventArgs args

OnTabDeleted(TabEventArgs)

Declaration
public virtual void OnTabDeleted(TabEventArgs args)
Parameters
Type Name Description
TabEventArgs args

OnTabDeserialize(TabSyncEventArgs)

Declaration
public virtual void OnTabDeserialize(TabSyncEventArgs args)
Parameters
Type Name Description
TabSyncEventArgs args

OnTabMarkedAsPublished(TabEventArgs)

Declaration
public virtual void OnTabMarkedAsPublished(TabEventArgs args)
Parameters
Type Name Description
TabEventArgs args

OnTabRemoved(TabEventArgs)

Declaration
public virtual void OnTabRemoved(TabEventArgs args)
Parameters
Type Name Description
TabEventArgs args

OnTabRestored(TabEventArgs)

Declaration
public virtual void OnTabRestored(TabEventArgs args)
Parameters
Type Name Description
TabEventArgs args

OnTabSerialize(TabSyncEventArgs)

Declaration
public virtual void OnTabSerialize(TabSyncEventArgs args)
Parameters
Type Name Description
TabSyncEventArgs args

OnTabUpdated(TabEventArgs)

Declaration
public virtual void OnTabUpdated(TabEventArgs args)
Parameters
Type Name Description
TabEventArgs args

OnUnfollowRequested(RelationshipEventArgs)

Declaration
public virtual void OnUnfollowRequested(RelationshipEventArgs args)
Parameters
Type Name Description
RelationshipEventArgs args

OnUserApproved(UserEventArgs)

Declaration
public virtual void OnUserApproved(UserEventArgs args)
Parameters
Type Name Description
UserEventArgs args

OnUserAuthenticated(UserEventArgs)

Declaration
public virtual void OnUserAuthenticated(UserEventArgs args)
Parameters
Type Name Description
UserEventArgs args

OnUserCreated(UserEventArgs)

Declaration
public virtual void OnUserCreated(UserEventArgs args)
Parameters
Type Name Description
UserEventArgs args

OnUserDeleted(UserEventArgs)

Declaration
public virtual void OnUserDeleted(UserEventArgs args)
Parameters
Type Name Description
UserEventArgs args

OnUserRemoved(UserEventArgs)

Declaration
public virtual void OnUserRemoved(UserEventArgs args)
Parameters
Type Name Description
UserEventArgs args

OnUserUpdated(UpdateUserEventArgs)

Declaration
public virtual void OnUserUpdated(UpdateUserEventArgs args)
Parameters
Type Name Description
UpdateUserEventArgs args

RefreshTabSyncHandlers()

Declaration
public void RefreshTabSyncHandlers()

Implements

IEventManager

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS