PropertyBindingAttribute Constructor
In This Topic
Initializes a new instance of the
PropertyBindingAttribute class.
Syntax
'Declaration
Public Function New( _
ByVal As Binding _
)
public PropertyBindingAttribute(
Binding
)
Parameters
- binding
- The binding.
See Also