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


In This Topic
    ValidationDragDropBlockEventArgs Class
    In This Topic
    Represents the event data for the DragDropBlock event for the GcSpreadSheet component; occurs when a range of cells is being dragged and dropped.
    Object Model
    ValidationDragDropBlockEventArgs Class
    Syntax
    'Declaration
     
    Public Class ValidationDragDropBlockEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ValidationDragDropBlockEventArgs
    public class ValidationDragDropBlockEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          GrapeCity.Windows.SpreadSheet.UI.ValidationDragDropBlockEventArgs

    See Also