Click or drag to resize
WebPartEvents Class
Web part (web part zone) events
Inheritance Hierarchy
SystemObject
  CMS.PortalEngineWebPartEvents

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax
C#
public static class WebPartEvents

The WebPartEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberChangeLayoutZoneId
Fires when a layout zone id is changed
Public fieldStatic memberMoveAllWebParts
Fires when all web parts are moved
Public fieldStatic memberMoveWebPart
Fires when single web part is moved
Public fieldStatic memberRemoveAllWebParts
Fires when all web part are removed
Public fieldStatic memberRemoveWebPart
Fires when web part is removed
Public fieldStatic memberWebPartLoadVariant
Fires when web parts load variants
Public fieldStatic memberWebPartZoneLoadVariant
Fires when web parts load variants
Top
See Also