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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework