Class RefreshRosterDataRequestEventArgs
A class containing the arguments for a RefreshRosterDataRequestEventArgs.
Inherited Members
Namespace: Phoenix.Aruba.Events
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class RefreshRosterDataRequestEventArgs
Remarks
Initializes a new instance of the RefreshRosterDataRequestEventArgs class.
Constructors
View SourceRefreshRosterDataRequestEventArgs(List<Type>)
A class containing the arguments for a RefreshRosterDataRequestEventArgs.
Declaration
public RefreshRosterDataRequestEventArgs(List<Type> updatedDataTypes)
Parameters
Type | Name | Description |
---|---|---|
List<Type> | updatedDataTypes | A list of the updated data types. |
Remarks
Initializes a new instance of the RefreshRosterDataRequestEventArgs class.
Properties
View SourceUpdatedDataTypes
Gets the updated data types.
Declaration
public List<Type> UpdatedDataTypes { get; }
Property Value
Type | Description |
---|---|
List<Type> |