Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ClipboardChanging Event


In This Topic
    ClipboardChanging Event
    In This Topic
    Occurs when the Clipboard is changing through a Spread action.
    Syntax
    'Declaration
     
    
    Public Event ClipboardChanging As EventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As EventHandler
     
    AddHandler instance.ClipboardChanging, handler
    public event EventHandler ClipboardChanging
    See Also