This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Serialized representation of the CmsContentChangeEventArgs class.

Namespace: Smartsite.Core.EventSynchronizationClient
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
[]
[(Namespace = "http://schemas.datacontract.org/2004/07/Smartsite.Core")]
[("System.Runtime.Serialization", "3.0.0.0")]
public class CmsContentChangeEventArgs : 
Visual Basic (Declaration)Copy imageCopy Code
<> _
<(Namespace := "http://schemas.datacontract.org/2004/07/Smartsite.Core")> _
<("System.Runtime.Serialization", "3.0.0.0")> _
Public Class CmsContentChangeEventArgs _
	Inherits 

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Smartsite.Core.EventSynchronizationClient..::..CmsEventArgs
      Smartsite.Core.EventSynchronizationClient..::..CmsContentChangeEventArgs

See Also

Advanced