Delen via


ProposalBase.CommitAction Property

Definition

Gets the action to be performed when the user accepts the proposal.

public virtual Func<bool>? CommitAction { get; }
member this.CommitAction : Func<bool>
Public Overridable ReadOnly Property CommitAction As Func(Of Boolean)

Property Value

Remarks

If null, the default commit action is performed. Otherwise CommitAction is executed and subsequent command handling will stop if the returned value is true.

Applies to