Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / PropertyChangingEventHandler Delegate


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

    Parameters

    sender
    e
    See Also