Show / Hide Table of Contents

Interface IFriendshipEventHandlers

Namespace: DotNetNuke.Entities.Friends
Assembly: DotNetNuke.dll
Syntax
public interface IFriendshipEventHandlers

Methods

FriendshipAccepted(object, RelationshipEventArgs)

Declaration
void FriendshipAccepted(object sender, RelationshipEventArgs args)
Parameters
Type Name Description
object sender
RelationshipEventArgs args

FriendshipDeleted(object, RelationshipEventArgs)

Declaration
void FriendshipDeleted(object sender, RelationshipEventArgs args)
Parameters
Type Name Description
object sender
RelationshipEventArgs args

FriendshipRequested(object, RelationshipEventArgs)

Declaration
void FriendshipRequested(object sender, RelationshipEventArgs args)
Parameters
Type Name Description
object sender
RelationshipEventArgs args

Extension Methods

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