Discussion message binding event.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public event EventHandler<EventArgs<PagedCollectionContainer>> Binding
Visual Basic
Public Event Binding As EventHandler(Of EventArgs(Of PagedCollectionContainer))
Visual C++
public:
 event EventHandler<EventArgs<PagedCollectionContainer^>^>^ Binding {
	void add (EventHandler<EventArgs<PagedCollectionContainer^>^>^ value);
	void remove (EventHandler<EventArgs<PagedCollectionContainer^>^>^ value);
}
F#
member Binding : IEvent<EventHandler<EventArgs<PagedCollectionContainer>>,
    EventArgs<PagedCollectionContainer>>

Value

Type: System..::..EventHandler<(Of <(<'EventArgs<(Of <(<'PagedCollectionContainer>)>)>>)>)>

See Also