Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BeforeSettingPropertyValueEventArgs Class / Value Property


In This Topic
    Value Property (BeforeSettingPropertyValueEventArgs)
    In This Topic
    Gets or sets the value.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    'Usage
     
    
    Dim instance As BeforeSettingPropertyValueEventArgs
    Dim value As Object
     
    instance.Value = value
     
    value = instance.Value
    public object Value {get; set;}
    See Also