C# Class Phun.ContentConnectorEventArgument

Content Connector Event Argument
Inheritance: System.EventArgs
Afficher le fichier Open project: noogen/phuncms Class Usage Examples

Méthodes publiques

Méthode Description
ContentConnectorEventArgument ( string eventName, ContentModel contentModel ) : System

Initializes a new instance of the ContentConnectorEventArgument class.

Method Details

ContentConnectorEventArgument() public méthode

Initializes a new instance of the ContentConnectorEventArgument class.
public ContentConnectorEventArgument ( string eventName, ContentModel contentModel ) : System
eventName string Name of the event.
contentModel Phun.Data.ContentModel The content model.
Résultat System