A Sandcastle Documented Class Library
ChannelModeUserDeoppedArgs Constructor |
Constructor for arguments class passed to the ChannelModeUserDeopped event
Namespace: AdiIRCAPIv2.Arguments.ChannelModes
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public ChannelModeUserDeoppedArgs( IChannel channel, IUser user, IChannelUser byUser, bool modeFirst, bool modeLast, string rawMessage, string rawBytes, DateTime serverTime, IDictionary<string, string> messageTags, EatData eatData )
Public Sub New ( channel As IChannel, user As IUser, byUser As IChannelUser, modeFirst As Boolean, modeLast As Boolean, rawMessage As String, rawBytes As String, serverTime As DateTime, messageTags As IDictionary(Of String, String), eatData As EatData )
public: ChannelModeUserDeoppedArgs( IChannel^ channel, IUser^ user, IChannelUser^ byUser, bool modeFirst, bool modeLast, String^ rawMessage, String^ rawBytes, DateTime serverTime, IDictionary<String^, String^>^ messageTags, EatData eatData )
new : channel : IChannel * user : IUser * byUser : IChannelUser * modeFirst : bool * modeLast : bool * rawMessage : string * rawBytes : string * serverTime : DateTime * messageTags : IDictionary<string, string> * eatData : EatData -> ChannelModeUserDeoppedArgs
Parameters
- channel
- Type: AdiIRCAPIv2.InterfacesIChannel
IChannel - user
- Type: AdiIRCAPIv2.InterfacesIUser
IUser - byUser
- Type: AdiIRCAPIv2.InterfacesIChannelUser
IChannelUser - modeFirst
- Type: SystemBoolean
bool - modeLast
- Type: SystemBoolean
bool - rawMessage
- Type: SystemString
string - rawBytes
- Type: SystemString
string - serverTime
- Type: SystemDateTime
DateTime - messageTags
- Type: System.Collections.GenericIDictionaryString, String
IDictionary> - eatData
- Type: AdiIRCAPIv2.EnumeratorsEatData
EatData>
See Also