ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / OnClientPasted Property

In This Topic
    OnClientPasted Property (FlexSheet)
    In This Topic
    Occurs after the user has pasted content from the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientPasted As String
    public virtual string OnClientPasted {get; set;}
    See Also