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


In This Topic
    DragFillBlockEventArgs Class
    In This Topic
    Represents the event data for the DragFillBlock event for the GcSpreadSheet component; occurs when the range of cells is being dragged and filled.
    Object Model
    DragFillBlockEventArgs Class
    Syntax
    'Declaration
     
    Public Class DragFillBlockEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    'Usage
     
    Dim instance As DragFillBlockEventArgs
    public class DragFillBlockEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

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

    See Also