Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / ClipboardChanged Event


In This Topic
    ClipboardChanged Event (GcSpreadSheet)
    In This Topic
    Occurs when a Clipboard change occurs that can effect the GcSpreadSheet control.
    Syntax
    'Declaration
     
    Public Event ClipboardChanged As EventHandler(Of EventArgs)
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim handler As EventHandler(Of EventArgs)
     
    AddHandler instance.ClipboardChanged, handler
    public event EventHandler<EventArgs> ClipboardChanged
    See Also