Interface IFriendshipEventHandlers
Assembly: DotNetNuke.dll
Syntax
public interface IFriendshipEventHandlers
Methods
FriendshipAccepted(object, RelationshipEventArgs)
Declaration
void FriendshipAccepted(object sender, RelationshipEventArgs args)
Parameters
FriendshipDeleted(object, RelationshipEventArgs)
Declaration
void FriendshipDeleted(object sender, RelationshipEventArgs args)
Parameters
FriendshipRequested(object, RelationshipEventArgs)
Declaration
void FriendshipRequested(object sender, RelationshipEventArgs args)
Parameters
Extension Methods