ActionTokenReceivedEventArgs

Class

Superclasses

System.Object
  EventArgs
    ActionTokenReceivedEventArgs

Visual Basic

Public Class ActionTokenReceivedEventArgs
  Inherits EventArgs

C#

public class ActionTokenReceivedEventArgs : EventArgs

Purpose

Action token received events pass instances of this class to their event handlers.

Member

Description

 

Public Instance Properties

ActionToken

ActionToken

This token specifies the response required of the group member.

Get

Closure object

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

Get

GroupName string

The group name of the member.

Get

See Also

FTGroupMember

ActionTokenReceivedEventHandler