ProposalBase.CommitAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.