Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class / BeforeSettingPropertyValue Event


BeforeSettingPropertyValue Event
Occurs before the property value is set.
Syntax
'Declaration
 
Public Event BeforeSettingPropertyValue As BeforeSettingPropertyValueHandler
 
'Usage
 
Dim instance As FormulaProvider
Dim handler As BeforeSettingPropertyValueHandler
 
AddHandler instance.BeforeSettingPropertyValue, handler
Event Data

The event handler receives an argument of type BeforeSettingPropertyValueEventArgs containing data related to this event. The following BeforeSettingPropertyValueEventArgs properties provide information specific to this event.

PropertyDescription
Gets the owner object.  
Gets the property descriptor.  
Gets or sets the value.  
See Also