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


In This Topic
    DragFillBlockCompletedEventArgs Class
    In This Topic
    Represents the event data for the DragFillBlockCompleted event for the GcSpreadSheet component; occurs when the dragging and filling of a range of cells is completed.
    Object Model
    DragFillBlockCompletedEventArgs Class
    Syntax
    'Declaration
     
    Public Class DragFillBlockCompletedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As DragFillBlockCompletedEventArgs
    public class DragFillBlockCompletedEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also