WebImageViewerEnableClientEvents Property |
Note: This API is now obsolete.
Enables the usage of events coming from the client without postbacks. (Obsolete.)
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [ObsoleteAttribute("This property is no longer needed, all server side events get fired without this property")]
public bool EnableClientEvents { get; }
<ObsoleteAttribute("This property is no longer needed, all server side events get fired without this property")>
Public ReadOnly Property EnableClientEvents As Boolean
Get
Property Value
Type:
BooleanSee Also