IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

GroupSearch Event

Fired for each line of group search data (during group searches).

Syntax

[VB.NET]
Public Event OnGroupSearch As OnGroupSearchHandler
[C#]
public event OnGroupSearchHandler OnGroupSearch;

public delegate void OnGroupSearchHandler(object sender, NntpGroupSearchEventArgs e);

class NntpGroupSearchEventArgs : EventArgs {
  long ArticleNumber {get;}
  string Header {get;}
}

Remarks

ArticleNumber contains the number of the article within the group.

Header contains the matching header.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]