Creates a new instance of NameChangeEventArgs.
Namespace: NetIrc2.EventsAssembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public NameChangeEventArgs( IrcIdentity identity, IrcString newName )
Parameters
- identity
- Type: NetIrc2 IrcIdentity
The user who is changing their nickname.
- newName
- Type: NetIrc2 IrcString
The new nickname.
See Also