Spread WinForms 15
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)

Parameters

ownerObject
Owner object
propDesc
Property descriptpr
value
Value
See Also