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.StringThe name of the property that has changed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.