Method OnTitleChanging
OnTitleChanging(string, string)
Called before the Title changes. Invokes the TitleChanging event, which can be cancelled.
public virtual bool OnTitleChanging(string oldTitle, string newTitle)
Parameters
Returns
- bool
true
if an event handler cancelled the Title change.