Skip to main content
.NET 6.0+

MediaDataObject.OnLoaded() Method

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

Namespace: DevExpress.Persistent.BaseImpl.EF

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

Declaration

public override void OnLoaded()
public void OnLoaded()

Remarks

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

See Also