C# Class IntegrationPatterns.Interfaces.ChannelCollectionChangedEventArgs

Inheritance: System.EventArgs
Show file Open project: HaishiBai/EnterpriseIntegrationPatterns

Public Methods

Method Description
ChannelCollectionChangedEventArgs ( CollectionChangedType changeType, List channels ) : System

Method Details

ChannelCollectionChangedEventArgs() public method

public ChannelCollectionChangedEventArgs ( CollectionChangedType changeType, List channels ) : System
changeType CollectionChangedType
channels List
return System