Skip to main content
All docs
V25.1
  • HtmlTemplateCollection.Changed Event

    Occurs when this HtmlTemplateCollection was modified (for example, a new template was added to this collection).

    Namespace: DevExpress.Utils.Html

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public event EventHandler Changed

    Event Data

    The Changed event's data class is EventArgs.

    See Also