Image Area BaseMark As Dirty 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: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public void MarkAsDirty()VB
Public Sub MarkAsDirtyC++
public:
void MarkAsDirty()F#
member MarkAsDirty : unit -> unit 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.