ImageAreaBaseMarkAsDirty Method

Mark all properties on the image area as dirty.

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
public void MarkAsDirty()

Remarks

This property is useful for dynamically created image areas. By calling this method, you can mark all properties as dirty to force them to get stored in view state. By doing this, the area can be created once at the initial page load and then recreated on post backs entirely from view state.

See Also