Show / Hide Table of Contents

Class RefreshRosterDataRequestEventArgs

A class containing the arguments for a RefreshRosterDataRequestEventArgs.

Inheritance
object
RefreshRosterDataRequestEventArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.Events
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class RefreshRosterDataRequestEventArgs
Remarks

Initializes a new instance of the RefreshRosterDataRequestEventArgs class.

Constructors

View Source

RefreshRosterDataRequestEventArgs(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 Source

UpdatedDataTypes

Gets the updated data types.

Declaration
public List<Type> UpdatedDataTypes { get; }
Property Value
Type Description
List<Type>
  • View Source
In this article
Back to top Generated by DocFX