C# Class Orchard.DisplayManagement.Implementation.ShapeFactoryEvents

Inheritance: IShapeFactoryEvents
Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

Méthode Description
Created ( ShapeCreatedContext context ) : void
Creating ( ShapeCreatingContext context ) : void

Method Details

Created() public méthode

public Created ( ShapeCreatedContext context ) : void
context ShapeCreatedContext
Résultat void

Creating() public méthode

public Creating ( ShapeCreatingContext context ) : void
context ShapeCreatingContext
Résultat void