RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1FontSizeTool Class / KeyDownInPopup Event

In This Topic
    KeyDownInPopup Event (C1FontSizeTool)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event KeyDownInPopup As Func(Of Key,Integer,Integer)
    public event Func<Key,int,int> KeyDownInPopup
    See Also