Spread Windows Forms 8.0 Product Documentation
TablePropertyChangingEventArgs Constructor


Property name.
New value.
Creates a TablePropertyChangingEventArgs object.
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)
public TablePropertyChangingEventArgs( 
   string propertyName,
   object newValue
)

Parameters

propertyName
Property name.
newValue
New value.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

TablePropertyChangingEventArgs Class
TablePropertyChangingEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.