Class ChannelEventArgs

Base class for all channel related events

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.ContentChannels.Events
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public abstract class ChannelEventArgs : EventArgs

Constructors

ChannelEventArgs(String)

Initializes a new instance of the ChannelEventArgs class.

Declaration
public ChannelEventArgs(string channelId)
Parameters
Type Name Description
System.String channelId

The channel id.

Properties

ChannelId

Gets or sets the channel id for which the event occured

Declaration
public string ChannelId { get; set; }
Property Value
Type Description
System.String

The channel id.

Extension Methods