C# Class Gablarski.Client.ChannelChangedEventArgs

Inheritance: UserEventArgs
Exibir arquivo Open project: ermau/Gablarski Class Usage Examples

Public Methods

Method Description
ChannelChangedEventArgs ( IUserInfo target, IChannelInfo targetChannel, IChannelInfo previousChannel, IUserInfo movedBy ) : System

Method Details

ChannelChangedEventArgs() public method

public ChannelChangedEventArgs ( IUserInfo target, IChannelInfo targetChannel, IChannelInfo previousChannel, IUserInfo movedBy ) : System
target IUserInfo
targetChannel IChannelInfo
previousChannel IChannelInfo
movedBy IUserInfo
return System