Method OnTitleChanging
OnTitleChanging(ustring, ustring)
Called before the Title changes. Invokes the TitleChanging event, which can be cancelled.
public virtual bool OnTitleChanging(ustring oldTitle, ustring newTitle)
Parameters
oldTitleustringThe Title that is/has been replaced.
newTitleustringThe new Title to be replaced.
Returns
- bool
trueif an event handler cancelled the Title change.