Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TablePropertyChangingEventArgs Class / TablePropertyChangingEventArgs Constructor
Property name.
New value.


In This Topic
TablePropertyChangingEventArgs Constructor
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal propertyName As String, _
   ByVal newValue As Object _
)
 
'Usage
 
Dim propertyName As String
Dim newValue As Object
 
Dim instance As New TablePropertyChangingEventArgs(propertyName, newValue)

Parameters

propertyName
Property name.
newValue
New value.
See Also