Spread Windows Forms 12.0 Product Documentation
BeforeSettingPropertyValueHandler Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : BeforeSettingPropertyValueHandler Delegate
Source of the event
Event arguments
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

Reference

BeforeSettingPropertyValueHandler Members
FarPoint.Win.Spread Namespace