FeedbackPanel.TellUsMoreDislikedCommand 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 people clicks on "tell us more" after they clicks thumbs down If null, "tell us more" link will not be visible after user clicks thumbs down
public System.Windows.Input.ICommand TellUsMoreDislikedCommand { get; set; }
member this.TellUsMoreDislikedCommand : System.Windows.Input.ICommand with get, set
Public Property TellUsMoreDislikedCommand As ICommand