FeedbackPanel.OptOutCommand 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.
Command to execute when user clicks on "opt-out". If null, "opt-out" link will not be visible
public System.Windows.Input.ICommand OptOutCommand { get; set; }
member this.OptOutCommand : System.Windows.Input.ICommand with get, set
Public Property OptOutCommand As ICommand