Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class / BeforeSettingPropertyValue Event


In This Topic
    BeforeSettingPropertyValue Event
    In This Topic
    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
    public event BeforeSettingPropertyValueHandler BeforeSettingPropertyValue
    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