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

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