Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / PropertyChangingEventArgs Class / NewValue Property


In This Topic
NewValue Property (PropertyChangingEventArgs)
In This Topic
Gets the new value to be set by the property.
Syntax
'Declaration
 
Public ReadOnly Property NewValue As Object
 
'Usage
 
Dim instance As PropertyChangingEventArgs
Dim value As Object
 
value = instance.NewValue
See Also