Method ShouldUpdateFocus
ShouldUpdateFocus(UIFocusUpdateContext)
Called prior to the current object either losing or receiving focus. If either focus environment returns false, the focus update is canceled.
public override bool ShouldUpdateFocus(UIFocusUpdateContext context)
Parameters
contextUIFocusUpdateContextTo be added.
Returns
- bool
To be added.
Remarks
To be added.