Table of Contents

Method OnLeave

Namespace
UICatalog.Scenarios
Assembly
UICatalog.dll

OnLeave(View)

Method invoked when a view loses focus.

public override bool OnLeave(View view)

Parameters

view View

The view that is getting focus.

Returns

bool

true, if the event was handled, false otherwise.