Click or drag to resize
RosterUpdatedEventArgs Constructor
Initializes a new instance of the RosterUpdatedEventArgs class.

Namespace: Quickblox.Sdk.Modules.ChatXmppModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RosterUpdatedEventArgs(
	RosterItem item,
	bool removed
)

Parameters

item
Type: Quickblox.Sdk.Modules.ChatXmppModule.ModelsRosterItem
The item the RosterUpdated event is being raised for.
removed
Type: SystemBoolean
Set to true if the item is being removed from the roster.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe item parameter is null.
See Also