C# Class Orchard.DisplayManagement.Implementation.ShapeFactoryEvents

Inheritance: IShapeFactoryEvents
ファイルを表示 Open project: ucdavis/Orchard

Public Methods

Method Description
Created ( ShapeCreatedContext context ) : void
Creating ( ShapeCreatingContext context ) : void

Method Details

Created() public method

public Created ( ShapeCreatedContext context ) : void
context ShapeCreatedContext
return void

Creating() public method

public Creating ( ShapeCreatingContext context ) : void
context ShapeCreatingContext
return void