Web.Stencils.TWebStencilsEngine Events
InheritedProtected
| AfterRequest | published | |
| BeforeRequest | published | |
| OnError | published | The event is fired when a linked processor finds an error in a template. |
| OnFile | published | The event is fired when a linked processor needs to load a file. |
| OnFileNotFound | published | The event is fired when the path does not match an existing file. |
| OnGetDeltaStreams | protected | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |
| OnLanguage | published | Fallback event for the WebStencilsProcessor OnLanguage event. |
| OnPathInit | published | The event is fired when a post-processor request is matched to a PathTemplates item and before post-processing starts. |
| OnScaffolding | published | Fallback event for the WebStencilsProcessor OnScaffolding event. |
| OnValue | published | The event is fired when a linked processor finds an unknown variable name. |