Share via


DataConnectionPropertyChangedEventArgs Constructor

Class constructor. Initializes a new instance of the DataConnectionPropertyChangedEventArgs class, providing the property name.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Sub New ( _
    propertyName As String _
)
public DataConnectionPropertyChangedEventArgs(
    string propertyName
)
public:
DataConnectionPropertyChangedEventArgs(
    String^ propertyName
)
new : 
        propertyName:string -> DataConnectionPropertyChangedEventArgs
public function DataConnectionPropertyChangedEventArgs(
    propertyName : String
)

Parameters

  • propertyName
    Type: System.String
    The name of the property that has changed.

.NET Framework Security

See Also

Reference

DataConnectionPropertyChangedEventArgs Class

Microsoft.VisualStudio.Data Namespace