C# Class DotNetNuke.Modules.Admin.Security.MemberServices.SubscriptionUpdatedEventArgs

The SubscriptionUpdatedEventArgs class provides a customised EventArgs class for the SubscriptionUpdated Event
Afficher le fichier Open project: ucdavis/caesdodnn

Méthodes publiques

Méthode Description
SubscriptionUpdatedEventArgs ( bool cancel, string roleName ) : System

Constructs a new SubscriptionUpdatedEventArgs

Method Details

SubscriptionUpdatedEventArgs() public méthode

Constructs a new SubscriptionUpdatedEventArgs
public SubscriptionUpdatedEventArgs ( bool cancel, string roleName ) : System
cancel bool Whether this is a subscription cancellation
roleName string
Résultat System