Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BeforeSettingPropertyValueHandler Delegate
Source of the event
Event arguments


In This Topic
    BeforeSettingPropertyValueHandler Delegate
    In This Topic
    Represents a defined method that handles the BeforeSettingPropertyValue event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub BeforeSettingPropertyValueHandler( _
       ByVal sender As Object, _
       ByVal arg As BeforeSettingPropertyValueEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New BeforeSettingPropertyValueHandler(AddressOf HandlerMethod)
    public delegate void BeforeSettingPropertyValueHandler( 
       object sender,
       BeforeSettingPropertyValueEventArgs arg
    )

    Parameters

    sender
    Source of the event
    arg
    Event arguments
    See Also