Share via


DataObjectChangedEventArgs.TypeName Property

Retrieves the name of the data object type involved in the change.

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

Syntax

'Declaration
Public ReadOnly Property TypeName As String
    Get
public string TypeName { get; }
public:
property String^ TypeName {
    String^ get ();
}
member TypeName : string
function get TypeName () : String

Property Value

Type: System.String
Returns the string literal name of the data object type involved in the change.

.NET Framework Security

See Also

Reference

DataObjectChangedEventArgs Class

Microsoft.VisualStudio.Data Namespace