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