Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ClipboardPastingEventArgs Class
Members


In This Topic
    ClipboardPastingEventArgs Class
    In This Topic
    Represents the event data for the ClipboardPasting event for the GcSpreadSheet component; occurs when the user invokes the Clipboard paste action.
    Object Model
    ClipboardPastingEventArgs Class
    Syntax
    'Declaration
     
    Public Class ClipboardPastingEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    'Usage
     
    Dim instance As ClipboardPastingEventArgs
    public class ClipboardPastingEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             GrapeCity.Windows.SpreadSheet.UI.ClipboardPastingEventArgs

    See Also