Handle Silverlight 4 RichTextBox Paste event
        Posted  
        
            by iulianchira
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by iulianchira
        
        
        
        Published on 2010-01-10T20:24:31Z
        Indexed on 
            2010/03/16
            22:21 UTC
        
        
        Read the original article
        Hit count: 855
        
How can I handle the Paste event for a RichTextBox control in Silverlight 4? (I want to be able to copy-paste images - the Clipboard in SL4 supports only text, so I'm sending the ImageSource Uri, and on the Paste event I want to load the image in the RichTextBox instead of the Uri string).
© Stack Overflow or respective owner