Skip to main content
A newer version of this page is available. .

Frame.TemplateChanging Event

Occurs before a Template is set for a Frame.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public event EventHandler TemplateChanging

Event Data

The TemplateChanging event's data class is EventArgs.

Remarks

Generally, you do not need to handle this event. To customize the current Frame‘s Frame.Template, handle the Frame.TemplateChanged event.

See Also