London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 10.10.4
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