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: 9.0.0
Syntax
C#
public static class WebPartEvents

The WebPartEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberMoveAllWebParts
Fires when all webparts are moved
Public fieldStatic memberMoveWebPart
Fires when single webpart 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 webparts load variants
Public fieldStatic memberWebPartZoneLoadVariant
Fires when webparts load variants
Top
See Also