C# Class Harvest.OrchardDevToolbelt.Handlers.DefaultContactFormEventHandler

Inheritance: Orchard.Component, IContactFormEventHandler
Show file Open project: sfmskywalker/OrchardDevToolbelt

Public Methods

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

Method Details

ContactFormEntryCreated() public method

public ContactFormEntryCreated ( ContactFormCreatedContext context ) : void
context ContactFormCreatedContext
return void

ContactFormEntryCreating() public method

public ContactFormEntryCreating ( ContactFormCreatingContext context ) : void
context Harvest.OrchardDevToolbelt.Events.ContactFormCreatingContext
return void

DefaultContactFormEventHandler() public method

public DefaultContactFormEventHandler ( INotifier notifier ) : Harvest.OrchardDevToolbelt.Events
notifier INotifier
return Harvest.OrchardDevToolbelt.Events