GrapeCity.Xaml.SpreadSheet.UI
ClipboardPastingEventArgs Class
Members 


GrapeCity.Xaml.SpreadSheet.UI Namespace : ClipboardPastingEventArgs Class
Represents the event data for the ClipboardPasting event for the GcSpreadSheet component; occurs when the user invokes the Clipboard paste action.
Object Model
ClipboardPastingEventArgs ClassCellRange ClassCellRange ClassWorksheet ClassWorksheet 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.Xaml.SpreadSheet.UI.ClipboardPastingEventArgs

See Also

Reference

ClipboardPastingEventArgs Members
GrapeCity.Xaml.SpreadSheet.UI Namespace