Table of Contents

Class FacebookApiEventArgs

Namespace
Facebook
Assembly
Facebook.dll

Represents the Facebook api event args.

public class FacebookApiEventArgs : AsyncCompletedEventArgs
Inheritance
FacebookApiEventArgs
Inherited Members

Constructors

FacebookApiEventArgs(Exception, bool, object, object)

Initializes a new instance of the FacebookApiEventArgs class.

public FacebookApiEventArgs(Exception error, bool cancelled, object userState, object result)

Parameters

error Exception

The error.

cancelled bool

The cancelled.

userState object

The user state.

result object

The result.

Methods

GetResultData()

Get the json result.

public object GetResultData()

Returns

object

The json result.

GetResultData<TResult>()

Get the json result.

public TResult GetResultData<TResult>()

Returns

TResult

The json result.

Type Parameters

TResult

The result type.