Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class GlobalPropertyMergeEventArgs

Eventargs used when merging and overriding properties in tinyMCE

Inheritance
System.Object
System.EventArgs
GlobalPropertyMergeEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Editor.TinyMCE
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public class GlobalPropertyMergeEventArgs : EventArgs

Constructors

GlobalPropertyMergeEventArgs(GlobalPropertyMergeChanges)

Declaration
public GlobalPropertyMergeEventArgs(GlobalPropertyMergeChanges changes)
Parameters
Type Name Description
GlobalPropertyMergeChanges changes

Properties

Changes

Declaration
public virtual GlobalPropertyMergeChanges Changes { get; }
Property Value
Type Description
GlobalPropertyMergeChanges

Extension Methods