Skip to main content
.NET 6.0+

MediaDataObject.OnCreated() Method

Called by the Object Space when the current MediaDataObject is created.

Namespace: DevExpress.Persistent.BaseImpl.EF

Assembly: DevExpress.Persistent.BaseImpl.EFCore.v23.2.dll

Declaration

public override void OnCreated()
public void OnCreated()

Remarks

Generally, you do not need to call this method. This method is added to provide IXafEntityObject support.

See Also