SaaS CMS has officially launched! Learn more now.

Class ChannelEventArgs

This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
System.EventArgs
ChannelEventArgs
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.XForms.Channels
Assembly: EPiServer.XForms.dll
Version: 10.10.4
Syntax
public class ChannelEventArgs : EventArgs

Constructors

ChannelEventArgs(Object, IItem)

Declaration
public ChannelEventArgs(object id, IItem item)
Parameters
Type Name Description
System.Object id
IItem item

Properties

Id

Declaration
public object Id { get; set; }
Property Value
Type Description
System.Object

Item

Declaration
public IItem Item { get; set; }
Property Value
Type Description
IItem

Extension Methods