EntityDataSourceChangedEventArgs::Entity Property

 

Gets the object that was added, modified, or updated.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Entity (in System.Web.Entity.dll)

public:
property Object^ Entity {
	Object^ get();
}

Property Value

Type: System::Object^

An Object that is the entity.

.NET Framework
Available since 3.5
Return to top
Show: