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

The SubscriptionUpdatedEventArgs class provides a customised EventArgs class for the SubscriptionUpdated Event
显示文件 Open project: ucdavis/caesdodnn

Public Methods

Method Description
SubscriptionUpdatedEventArgs ( bool cancel, string roleName ) : System

Constructs a new SubscriptionUpdatedEventArgs

Method Details

SubscriptionUpdatedEventArgs() public method

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