FoldScorable<Item,Score>.OnStage Property

Definition

Event handler for fold scorable stages.

protected abstract Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.OnStageDelegate OnStage { get; }
member this.OnStage : Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<'Item, 'Score>.OnStageDelegate
Protected MustOverride ReadOnly Property OnStage As FoldScorable(Of Item, Score).OnStageDelegate

Property Value

Remarks

This is late-bound to allow binding to "this" in derived classes.

Applies to