Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetDragMovedEventHandler Delegate
Source of the event
Event data


In This Topic
    SheetDragMovedEventHandler Delegate
    In This Topic
    Represents a defined method that handles the SheetDragMoved event for the Spread component.
    Syntax
    'Declaration
     
    
    Public Delegate Sub SheetDragMovedEventHandler( _
       ByVal sender As Object, _
       ByVal e As SheetDragMovedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New SheetDragMovedEventHandler(AddressOf HandlerMethod)
    public delegate void SheetDragMovedEventHandler( 
       object sender,
       SheetDragMovedEventArgs e
    )

    Parameters

    sender
    Source of the event
    e
    Event data
    See Also