Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ReferenceStyleEventHandle Delegate


In This Topic
    ReferenceStyleEventHandle Delegate
    In This Topic
    Handles the changed ReferenceStyleEventHandle event in the data model of the sheet.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ReferenceStyleEventHandle( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As New ReferenceStyleEventHandle(AddressOf HandlerMethod)
    public delegate void ReferenceStyleEventHandle( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    e
    See Also