FBCollectionEventArgs(T) Class

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

[Missing <summary> documentation for "T:FacebookWrapper.FBCollectionEventArgs`1"]

Namespace: FacebookWrapper
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public class FBCollectionEventArgs<T> : FBAsyncCompletedEventArgs<FacebookObjectCollection<T>>
Visual Basic
Public Class FBCollectionEventArgs(Of T) _
	Inherits FBAsyncCompletedEventArgs(Of FacebookObjectCollection(Of T))
Visual C++
generic<typename T>
public ref class FBCollectionEventArgs : public FBAsyncCompletedEventArgs<FacebookObjectCollection<T>^>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:FacebookWrapper.FBCollectionEventArgs`1"]

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..AsyncCompletedEventArgs
      FacebookWrapper..::..FBAsyncCompletedEventArgs<(Of <(<'FacebookObjectCollection<(Of <(<'T>)>)>>)>)>
        FacebookWrapper..::..FBCollectionEventArgs<(Of <(<'T>)>)>

See Also