C# Class Harvest.OrchardDevToolbelt.Handlers.DefaultContactFormEventHandler

Inheritance: Orchard.Component, IContactFormEventHandler
Afficher le fichier Open project: sfmskywalker/OrchardDevToolbelt

Méthodes publiques

Méthode Description
ContactFormEntryCreated ( ContactFormCreatedContext context ) : void
ContactFormEntryCreating ( ContactFormCreatingContext context ) : void
DefaultContactFormEventHandler ( INotifier notifier ) : Harvest.OrchardDevToolbelt.Events

Method Details

ContactFormEntryCreated() public méthode

public ContactFormEntryCreated ( ContactFormCreatedContext context ) : void
context ContactFormCreatedContext
Résultat void

ContactFormEntryCreating() public méthode

public ContactFormEntryCreating ( ContactFormCreatingContext context ) : void
context Harvest.OrchardDevToolbelt.Events.ContactFormCreatingContext
Résultat void

DefaultContactFormEventHandler() public méthode

public DefaultContactFormEventHandler ( INotifier notifier ) : Harvest.OrchardDevToolbelt.Events
notifier INotifier
Résultat Harvest.OrchardDevToolbelt.Events