Class IndexedFieldEventArgs
Summary description for IndexedFieldEventArgs.
Inheritance
System.Object
System.EventArgs
IndexedFieldEventArgs
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.BaseLibrary.Serialization
Assembly: EPiServer.BaseLibrary.dll
Version: 8.11.0Syntax
public class IndexedFieldEventArgs : EventArgs
Constructors
IndexedFieldEventArgs(SchemaItem, Object)
Declaration
public IndexedFieldEventArgs(SchemaItem schemaItem, object value)
Parameters
Type | Name | Description |
---|---|---|
SchemaItem | schemaItem | |
System.Object | value |
Properties
ItemDescription
Declaration
public SchemaItem ItemDescription { get; }
Property Value
Type | Description |
---|---|
SchemaItem |
Value
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |