Web.Stencils.TWebStencilsProcessor Events
InheritedProtected
AfterProduce | published | The event is fired after the processor has finished processing the template. |
BeforeProduce | published | The event is fired before the processor starts processing the template. |
OnError | published | The event is fired when the processor finds an error in the template. |
OnFile | published | This event is fired when the processor needs to load a file. |
OnGetDeltaStreams | protected | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |
OnLanguage | published | Triggered for the @lang tag. The second element after the dot is used as a token to be processed. |
OnScaffolding | published | Triggered with the special @scaffolding tag. |
OnValue | published | The event is fired when the processor finds an unknown variable name. |