GroupStateChangedEventArgs

Class

Superclasses

System.Object
  EventArgs
    GroupStateChangedEventArgs

Visual Basic

Public Class GroupStateChangedEventArgs
  Inherits EventArgs

C#

public class GroupStateChangedEventArgs : EventArgs

Purpose

Group state changed events pass instances of this class to their event handlers.

Member

Description

 

Public Instance Properties

Closure object

The closure data, which the program supplied in the call that created the monitor.

Get

NumberActiveMembers uint

The number of group members now active.

Get

See Also

FTGroupMonitor

GroupStateChangedEventHandler