Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The CodeTemplate object provides three events that you can use to insert logic during the template processing cycle:

  • The OnInit event fires when the template instance is created
  • The OnPreRender event fires just before the template is rendered
  • The OnPostRender event fires just after the template is rendered
  • The OnPropertyChanged event fires after a template property has changed.
  • No labels