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

BuddyUpdate Event

This event is fired whenever a roster entry is updated.

Syntax

[VB.NET]
Public Event OnBuddyUpdate As OnBuddyUpdateHandler
[C#]
public event OnBuddyUpdateHandler OnBuddyUpdate;

public delegate void OnBuddyUpdateHandler(object sender, XmppBuddyUpdateEventArgs e);

class XmppBuddyUpdateEventArgs : EventArgs {
  int BuddyIdx {get;}
}

Remarks

The BuddyUpdate event will fire whenever a new buddy list entry is added or an old entry is updated. The updated information can be retrieved through the Buddies collection property. The BuddyIdx parameter of this event will be the index of that XMPPBuddy in the collection .

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