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.4Syntax
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 |