Skip to content

Click Event #1001

Answered by HCPSMW
HCPSMW asked this question in Q&A
Jan 11, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote
<!-- ... -->
    <fluent:Ribbon Grid.Row="0" HorizontalAlignment="Stretch" SelectedTabChanged="Ribbon_SelectedTabChanged">
        <!-- ... -->
    </fluent:Ribbon>
<!-- ... -->
//...
    private void Ribbon_SelectedTabChanged(object sender, SelectionChangedEventArgs e)
    {
        Console.WriteLine(((Fluent.Ribbon)sender).SelectedTabItem.Header);
    }
//...

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by HCPSMW
Comment options

You must be logged in to vote
1 reply
@HCPSMW
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants