Discussion topic 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<EntityCollection<SnDiscussionTopicEntity>>> Binding
Visual Basic
Public Event Binding As EventHandler(Of EventArgs(Of EntityCollection(Of SnDiscussionTopicEntity)))
Visual C++
public:
 event EventHandler<EventArgs<EntityCollection<SnDiscussionTopicEntity^>^>^>^ Binding {
	void add (EventHandler<EventArgs<EntityCollection<SnDiscussionTopicEntity^>^>^>^ value);
	void remove (EventHandler<EventArgs<EntityCollection<SnDiscussionTopicEntity^>^>^>^ value);
}
F#
member Binding : IEvent<EventHandler<EventArgs<EntityCollection<SnDiscussionTopicEntity>>>,
    EventArgs<EntityCollection<SnDiscussionTopicEntity>>>

Value

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

See Also