Method OnGettingScheme
OnGettingScheme(out Scheme?)
Called when the Scheme for the View is being retrieved. Subclasses can return
true to stop further processing and optionally set scheme
to a different value.
protected virtual bool OnGettingScheme(out Scheme? scheme)
Parameters
scheme
SchemeThe scheme to use, or null to continue processing.
Returns
- bool
True to stop default behavior, false to proceed.