GrapeCity.Xaml.SpreadSheet.UI
DragFillBlockEventArgs Class
Members 


GrapeCity.Xaml.SpreadSheet.UI Namespace : DragFillBlockEventArgs Class
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 ClassCellRange 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.Xaml.SpreadSheet.UI.DragFillBlockEventArgs

See Also

Reference

DragFillBlockEventArgs Members
GrapeCity.Xaml.SpreadSheet.UI Namespace