Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BeforeSettingPropertyValueEventArgs Class / BeforeSettingPropertyValueEventArgs Constructor
Owner object
Property descriptpr
Value


In This Topic
    BeforeSettingPropertyValueEventArgs Constructor
    In This Topic
    Creates a new events argument object for before setting property value.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ownerObject As Object, _
       ByVal propDesc As PropertyDescriptor, _
       ByVal value As Object _
    )
    'Usage
     
    
    Dim ownerObject As Object
    Dim propDesc As PropertyDescriptor
    Dim value As Object
     
    Dim instance As New BeforeSettingPropertyValueEventArgs(ownerObject, propDesc, value)
    public BeforeSettingPropertyValueEventArgs( 
       object ownerObject,
       PropertyDescriptor propDesc,
       object value
    )

    Parameters

    ownerObject
    Owner object
    propDesc
    Property descriptpr
    value
    Value
    See Also