Initializes a new instance of the RosterUpdatedEventArgs class.
Namespace: S22.Xmpp.ImAssembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public RosterUpdatedEventArgs( RosterItem item, bool removed ) |
Parameters
- item
- Type: S22.Xmpp.Im..::..RosterItem
The item the RosterUpdated event is being raised for.
- removed
- Type: System..::..Boolean
Set to true if the item is being removed from the roster.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | The item parameter is null. |