ObjectMaterializedEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate for the ObjectMaterialized event.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1003:UseGenericEventHandlerInstances")]
public delegate void ObjectMaterializedEventHandler(object sender, ObjectMaterializedEventArgs e);
type ObjectMaterializedEventHandler = delegate of obj * ObjectMaterializedEventArgs -> unit
Public Delegate Sub ObjectMaterializedEventHandler(sender As Object, e As ObjectMaterializedEventArgs)
Parameters
- sender
- Object
The ObjectContext responsable for materializing the object.
EventArgs containing a reference to the materialized object.
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework